Marthee commited on
Commit
166e454
·
verified ·
1 Parent(s): 33e722c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,7 +244,7 @@ def findapiAllDocNoNotbilled():
244
  pdfLink = data.get('filePath')
245
  print(pdfLink)
246
  pdfbytes, pdf_document,tablepdfoutput, alltext_tobebilled,alltextNoNotbilled= InitialMarkups.extract_section_under_header_tobebilledOnly(pdfLink)
247
-
248
  return jsonify(alltextNoNotbilled)
249
  except Exception as e:
250
  return jsonify({"error": str(e)}), 500
 
244
  pdfLink = data.get('filePath')
245
  print(pdfLink)
246
  pdfbytes, pdf_document,tablepdfoutput, alltext_tobebilled,alltextNoNotbilled= InitialMarkups.extract_section_under_header_tobebilledOnly(pdfLink)
247
+ print(alltextNoNotbilled)
248
  return jsonify(alltextNoNotbilled)
249
  except Exception as e:
250
  return jsonify({"error": str(e)}), 500