Skip to content

Commit a1473fe

Browse files
Liwx1014lyingbug
authored andcommitted
Update ocr_engine.py
1 parent 7d0037f commit a1473fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/docreader/src/parser/ocr_engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def predict(self, image):
7070
Extracted text string
7171
"""
7272
try:
73-
logger.info(f"Initial image mode: {image.mode if hasattr(image, 'mode') else 'N/A'}")
7473
# Ensure image is in RGB format
7574
if hasattr(image, "convert"):
7675
if image.mode == "RGBA":

0 commit comments

Comments
 (0)