Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -390,7 +390,7 @@ def findapitobebilledonlymultple():
|
|
| 390 |
pdfLink = data.get('filePath')
|
| 391 |
if not pdfLink:
|
| 392 |
return jsonify({"error": "Missing 'filePath'"}), 400
|
| 393 |
-
pdfbytes, pdf_document, tablepdfoutput, alltext , filename= InitialMarkups.
|
| 394 |
# return jsonify(tablepdfoutput)
|
| 395 |
# Parse JSON string → list of dicts
|
| 396 |
if isinstance(tablepdfoutput, str):
|
|
|
|
| 390 |
pdfLink = data.get('filePath')
|
| 391 |
if not pdfLink:
|
| 392 |
return jsonify({"error": "Missing 'filePath'"}), 400
|
| 393 |
+
pdfbytes, pdf_document, tablepdfoutput, alltext , filename= InitialMarkups.extract_section_under_header_tobebilledMultiplePDFS(pdfLink)
|
| 394 |
# return jsonify(tablepdfoutput)
|
| 395 |
# Parse JSON string → list of dicts
|
| 396 |
if isinstance(tablepdfoutput, str):
|