Spaces:
Sleeping
Sleeping
Simplify
Browse files- src/pdf_parser.py +1 -3
src/pdf_parser.py
CHANGED
|
@@ -20,9 +20,7 @@ class PDFParser:
|
|
| 20 |
self.processed_files = self._load_processed_files()
|
| 21 |
self.debug = debug
|
| 22 |
|
| 23 |
-
|
| 24 |
-
self._configure_tesseract()
|
| 25 |
-
|
| 26 |
if self.debug:
|
| 27 |
print("PDFParser initialized")
|
| 28 |
|
|
|
|
| 20 |
self.processed_files = self._load_processed_files()
|
| 21 |
self.debug = debug
|
| 22 |
|
| 23 |
+
|
|
|
|
|
|
|
| 24 |
if self.debug:
|
| 25 |
print("PDFParser initialized")
|
| 26 |
|