Marthee commited on
Commit
40d8dc4
·
verified ·
1 Parent(s): fca93e8

Update app.py

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