Marthee commited on
Commit
2829386
·
verified ·
1 Parent(s): 7031d55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.extract_section_under_header_tobebilledMultiplePDFSmarthe(pdfLink)
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):