Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
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)
|