Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|