Spaces:
Running
on
Zero
Running
on
Zero
Liam Dyer
commited on
yer
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def convert(file_path):
|
|
54 |
print(file_path)
|
55 |
global model_lst
|
56 |
|
57 |
-
full_text, images = convert_single_pdf(
|
58 |
file_path,
|
59 |
model_lst,
|
60 |
max_pages=None,
|
|
|
54 |
print(file_path)
|
55 |
global model_lst
|
56 |
|
57 |
+
full_text, images, meta = convert_single_pdf(
|
58 |
file_path,
|
59 |
model_lst,
|
60 |
max_pages=None,
|