Update app.py
Browse files
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=
|
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
|