Marthee commited on
Commit
72773d7
·
verified ·
1 Parent(s): 7928099

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def download_pdf():
50
 
51
  print("Extracted PDF Link:", pdf_link)
52
  print("Extracted Keywords:", keyword)
53
- pdf_content, pageNumTextFound, highlight_rect = Find_Hyperlinking_text.annotate_text_from_pdf([pdfLink], keyword)
54
  if pdf_content is None:
55
  return "PDF content not found.", 404
56
 
 
50
 
51
  print("Extracted PDF Link:", pdf_link)
52
  print("Extracted Keywords:", keyword)
53
+ pdf_content, pageNumTextFound, highlight_rect = Find_Hyperlinking_text.annotate_text_from_pdf([pdf_link], [keyword])
54
  if pdf_content is None:
55
  return "PDF content not found.", 404
56