Marthee commited on
Commit
069ecb9
·
verified ·
1 Parent(s): fdea000

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -80,8 +80,6 @@ def NBSData():
80
 
81
  # Now you can use the extracted pdfLink and keyword
82
  print(pdfLink, keyword)
83
-
84
- pdfbytes,pdf_document ,df= Find_Hyperlinking_text.annotate_text_from_pdf([pdfLink], keyword)
85
  pdfbytes, pdf_document , df ,tablepdfoutput= Find_Hyperlinking_text.annotate_text_from_pdf([pdfLink], keyword)
86
  dbxTeam= tsadropboxretrieval.ADR_Access_DropboxTeam('user')
87
 
 
80
 
81
  # Now you can use the extracted pdfLink and keyword
82
  print(pdfLink, keyword)
 
 
83
  pdfbytes, pdf_document , df ,tablepdfoutput= Find_Hyperlinking_text.annotate_text_from_pdf([pdfLink], keyword)
84
  dbxTeam= tsadropboxretrieval.ADR_Access_DropboxTeam('user')
85