Spaces:
Runtime error
Runtime error
Update InitialMarkups.py
Browse files- InitialMarkups.py +1 -0
InitialMarkups.py
CHANGED
|
@@ -2880,6 +2880,7 @@ def extract_section_under_header_tobebilledMultiplePDFSmarthe(multiplePDF_Paths)
|
|
| 2880 |
dbPath = '/TSA JOBS/ADR Test/FIND/'
|
| 2881 |
pdf_bytes = BytesIO()
|
| 2882 |
docHighlights.save(pdf_bytes)
|
|
|
|
| 2883 |
pdflink = tsadropboxretrieval.uploadanyFile(doc=docHighlights, path=dbPath, pdfname=filename)
|
| 2884 |
json_output=changepdflinks(json_output,pdflink)
|
| 2885 |
return pdf_bytes.getvalue(), docHighlights , json_output, Alltexttobebilled , filenames
|
|
|
|
| 2880 |
dbPath = '/TSA JOBS/ADR Test/FIND/'
|
| 2881 |
pdf_bytes = BytesIO()
|
| 2882 |
docHighlights.save(pdf_bytes)
|
| 2883 |
+
print('done here')
|
| 2884 |
pdflink = tsadropboxretrieval.uploadanyFile(doc=docHighlights, path=dbPath, pdfname=filename)
|
| 2885 |
json_output=changepdflinks(json_output,pdflink)
|
| 2886 |
return pdf_bytes.getvalue(), docHighlights , json_output, Alltexttobebilled , filenames
|