Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -244,7 +244,7 @@ def findapiAllDocNoNotbilled():
|
|
| 244 |
pdfLink = data.get('filePath')
|
| 245 |
print(pdfLink)
|
| 246 |
# listofheadings = data.get('listofheadings') #in json format
|
| 247 |
-
print(listofheadings)
|
| 248 |
pdfbytes, pdf_document,tablepdfoutput,alltext= InitialMarkups.extract_section_under_header_FullDoc_WithoutNotBilled(pdfLink)
|
| 249 |
global jsonoutput
|
| 250 |
jsonoutput=tablepdfoutput
|
|
|
|
| 244 |
pdfLink = data.get('filePath')
|
| 245 |
print(pdfLink)
|
| 246 |
# listofheadings = data.get('listofheadings') #in json format
|
| 247 |
+
# print(listofheadings)
|
| 248 |
pdfbytes, pdf_document,tablepdfoutput,alltext= InitialMarkups.extract_section_under_header_FullDoc_WithoutNotBilled(pdfLink)
|
| 249 |
global jsonoutput
|
| 250 |
jsonoutput=tablepdfoutput
|