Marthee commited on
Commit
0cfd6be
·
verified ·
1 Parent(s): 1acbed5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def receive_pdf_data():
44
  try:
45
  # # Call the function to process the PDF
46
  # keyword = json.loads(keyword)
47
-
48
  global pdf_content
49
  pdf_content, pageNumTextFound,highlight_rect = Find_Hyperlinking_text.annotate_text_from_pdf([pdfLink], keyword)
50
 
 
44
  try:
45
  # # Call the function to process the PDF
46
  # keyword = json.loads(keyword)
47
+ print(pdfLink,keyword)
48
  global pdf_content
49
  pdf_content, pageNumTextFound,highlight_rect = Find_Hyperlinking_text.annotate_text_from_pdf([pdfLink], keyword)
50