Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -242,6 +242,7 @@ def findapiAllDocNoNotbilled():
|
|
| 242 |
data = request.get_json()
|
| 243 |
# Extracting values
|
| 244 |
pdfLink = data.get('filePath')
|
|
|
|
| 245 |
pdfbytes, pdf_document,tablepdfoutput, alltext_tobebilled,alltextNoNotbilled= InitialMarkups.extract_section_under_header_tobebilledOnly(pdfLink)
|
| 246 |
|
| 247 |
return jsonify(alltextNoNotbilled)
|
|
|
|
| 242 |
data = request.get_json()
|
| 243 |
# Extracting values
|
| 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)
|