Spaces:
Runtime error
Runtime error
Update Find_Hyperlinking_text.py
Browse files
Find_Hyperlinking_text.py
CHANGED
|
@@ -270,7 +270,7 @@ def annotate_text_from_pdf(pdfshareablelinks, LISTheading_to_search):
|
|
| 270 |
'pdfLink': link, # Your PDF link
|
| 271 |
'keyword': NBS_heading, # Your keyword (could be a string or list)
|
| 272 |
'page': str(pageNumberFound),
|
| 273 |
-
'zoom': str(
|
| 274 |
}
|
| 275 |
|
| 276 |
# Encode each parameter individually
|
|
|
|
| 270 |
'pdfLink': link, # Your PDF link
|
| 271 |
'keyword': NBS_heading, # Your keyword (could be a string or list)
|
| 272 |
'page': str(pageNumberFound),
|
| 273 |
+
'zoom': str(zoom_str)
|
| 274 |
}
|
| 275 |
|
| 276 |
# Encode each parameter individually
|