Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|