From ff7c362cfee1d959108a1ea7b8ff70b51df1252c Mon Sep 17 00:00:00 2001 From: Showdown76py Date: Mon, 19 May 2025 20:28:01 +0200 Subject: [PATCH] fix --- ai/processor.py | 1 + 1 file changed, 1 insertion(+) 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(