Marthee commited on
Commit
df6b5f3
·
verified ·
1 Parent(s): cb81ce2

Update Find_Hyperlinking_text.py

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