GAS17 commited on
Commit
49eff47
1 Parent(s): 70e6398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def load_uploaded_file(file_obj, temp_dir: Path = None):
55
  def convert_PDF(
56
  pdf_obj,
57
  language: str = "en",
58
- max_pages=20,
59
  ):
60
  """
61
  convert_PDF - convert a PDF file to text
 
55
  def convert_PDF(
56
  pdf_obj,
57
  language: str = "en",
58
+ max_pages=400,
59
  ):
60
  """
61
  convert_PDF - convert a PDF file to text