We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c878a79 commit 5bd8d92Copy full SHA for 5bd8d92
lib/idp_common_pkg/idp_common/ocr/service.py
@@ -313,9 +313,6 @@ def __init__(
313
# Initialize document converter for non-PDF formats
314
self.document_converter = DocumentConverter(dpi=self.dpi or 150)
315
316
- # Initialize document converter for non-PDF formats
317
- self.document_converter = DocumentConverter(dpi=self.dpi or 150)
318
-
319
def process_document(self, document: Document) -> Document:
320
"""
321
Process a document with OCR and update the Document model.
0 commit comments