This commit is contained in:
2025-09-01 09:48:42 +08:00
parent 17bee2f918
commit 5681c46c89
8 changed files with 2745 additions and 28 deletions

View File

@@ -88,6 +88,7 @@ class ShiTiRecognizer:
response = self.client.recognize_edu_question_ocr_with_options(request, runtime)
result = self._parse_response(response)
logger.info("试题识别成功")
print( result)
return result
except Exception as error:
logger.error(f"试题识别失败: {str(error)}")