ValakiJay1706 commited on
Commit
2fce29d
·
verified ·
1 Parent(s): 45884e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -637,7 +637,7 @@ def main():
637
  # pdf_path = "path/to/your/pdf_file.pdf"
638
 
639
  # Extract text from the PDF
640
- text = extract_all_text_from_pdf(pdf_path)
641
  # print(extracted_text)
642
 
643
  # text = get_pdf_text(file)
 
637
  # pdf_path = "path/to/your/pdf_file.pdf"
638
 
639
  # Extract text from the PDF
640
+ text = extract_all_text_from_pdf(file)
641
  # print(extracted_text)
642
 
643
  # text = get_pdf_text(file)