diff --git a/ai/processor.py b/ai/processor.py index 8c3e28e..a125bb6 100644 --- a/ai/processor.py +++ b/ai/processor.py @@ -111,6 +111,7 @@ class AIProcessor: try: ocr_results = ai.compute.perform_ocr(img_bytes) except Exception as e: + traceback.print_exc() logger.debug("OCR failed: %s", e) self.session.messages.append(