上传前人工裁剪错题区域,OCR 原文排除手写作答。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-28 16:01:46 +08:00
parent 23be608521
commit acfe002fbf
18 changed files with 975 additions and 448 deletions
+2
View File
@@ -28,6 +28,8 @@ class Settings(BaseSettings):
OCR_SERVICE_URL: str = "http://127.0.0.1:23567"
OCR_API_KEY: str = ""
OCR_USE_GPU: bool = False
OCR_FILTER_HANDWRITING: bool = True
OCR_ANSWER_ZONE_RATIO: float = 0.45
class Config:
env_file = ".env"