We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0037f commit a1473feCopy full SHA for a1473fe
services/docreader/src/parser/ocr_engine.py
@@ -70,7 +70,6 @@ def predict(self, image):
70
Extracted text string
71
"""
72
try:
73
- logger.info(f"Initial image mode: {image.mode if hasattr(image, 'mode') else 'N/A'}")
74
# Ensure image is in RGB format
75
if hasattr(image, "convert"):
76
if image.mode == "RGBA":
0 commit comments