Commit graph

10 commits

Author SHA1 Message Date
CoderKang
b5a2bf5ae5 fix(ocr): expose lang_type (LangRec.CH) and font_path on OcrOptions for RapidOCR 2025-09-09 23:14:35 +08:00
CoderKang
7211086cb2 fix(ocr): switch RapidOCR lang type from LangDet to LangRec 2025-09-09 23:12:53 +08:00
mertalev
585d093baf
apply config correctly, adjust defaults 2025-09-08 19:29:11 -04:00
mertalev
5e7fab80aa
store positions as normalized floats 2025-09-08 19:29:11 -04:00
mertalev
412468989f
change dto 2025-09-08 19:29:10 -04:00
mertalev
c59f932bf0
use rapidocr 2025-09-08 19:29:10 -04:00
CoderKang
4d8e51ede6
feat: enhance OCR configuration and functionality
- Updated OCR settings to include minimum detection box score, minimum detection score, and minimum recognition score.
- Refactored PaddleOCRecognizer to utilize new scoring parameters.
- Introduced new database tables for asset OCR data and search functionality.
- Modified related services and repositories to support the new OCR features.
- Updated translations for improved clarity in settings UI.
2025-09-08 19:29:10 -04:00
CoderKang
df36a09cd3
refactor(ocr): update OCR schema and response structure to use individual coordinates instead of bounding box, and adjust related service and repository files 2025-09-08 19:29:10 -04:00
CoderKang
0e7ad8b2ba
feat(ocr): enhance OCR model configuration with orientation classification and unwarping options, update PaddleOCR integration, and improve response structure 2025-09-08 19:29:10 -04:00
CoderKang
0e8ca1c159
feat: add OCR functionality and related configurations 2025-09-08 19:29:10 -04:00