Marthee commited on
Commit
3030992
·
verified ·
1 Parent(s): 784fbb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def NBSData():
81
  # Now you can use the extracted pdfLink and keyword
82
  print(pdfLink, keyword)
83
 
84
- pdf_document ,df= Find_Hyperlinking_text.annotate_text_from_pdf([pdfLink], keyword)
85
  dbxTeam= tsadropboxretrieval.ADR_Access_DropboxTeam('user')
86
 
87
  # Get metadata using the shared link
 
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
  dbxTeam= tsadropboxretrieval.ADR_Access_DropboxTeam('user')
86
 
87
  # Get metadata using the shared link