Update module_ocr.py
Browse files- module_ocr.py +0 -3
module_ocr.py
CHANGED
|
@@ -93,9 +93,6 @@ def process(
|
|
| 93 |
pdf_path=input_file,
|
| 94 |
output_path=output_path,
|
| 95 |
language=language,
|
| 96 |
-
deskew=True,
|
| 97 |
-
optimize=True,
|
| 98 |
-
clean=False,
|
| 99 |
attempt_repair=True
|
| 100 |
)
|
| 101 |
else:
|
|
|
|
| 93 |
pdf_path=input_file,
|
| 94 |
output_path=output_path,
|
| 95 |
language=language,
|
|
|
|
|
|
|
|
|
|
| 96 |
attempt_repair=True
|
| 97 |
)
|
| 98 |
else:
|