Spaces:
Sleeping
Sleeping
Commit
·
a5c9aa1
1
Parent(s):
36b9066
adding online PDF loader
Browse files
app.py
CHANGED
|
@@ -94,6 +94,7 @@ def process_pdf_document(document_file):
|
|
| 94 |
print("Document File Name :",document_file.name)
|
| 95 |
loader = PDFMinerLoader(document_file.name)
|
| 96 |
document = loader.load()
|
|
|
|
| 97 |
return document
|
| 98 |
|
| 99 |
|
|
|
|
| 94 |
print("Document File Name :",document_file.name)
|
| 95 |
loader = PDFMinerLoader(document_file.name)
|
| 96 |
document = loader.load()
|
| 97 |
+
print("################",document)
|
| 98 |
return document
|
| 99 |
|
| 100 |
|