Liam Dyer commited on
Commit
6605a5a
·
unverified ·
1 Parent(s): 34c42f9
Files changed (1) hide show
  1. app.py +1 -1
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,