Commit graph

13 commits

Author SHA1 Message Date
CoderKang
7211086cb2 fix(ocr): switch RapidOCR lang type from LangDet to LangRec 2025-09-09 23:12:53 +08:00
mertalev
49ff045df3
unnecessary model type 2025-09-08 19:34:08 -04: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
renovate[bot]
adb55f3726
fix(deps): update machine-learning (#19803)
* fix(deps): update machine-learning

* typing fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2025-08-11 18:07:49 -04:00
Mert
6789c2ac19
feat(ml): better multilingual search with nllb models (#13567) 2025-03-31 11:06:57 -04:00
Mert
84c35e35d6
chore(ml): installable package (#17153)
* app -> immich_ml

* fix test ci

* omit file name

* add new line

* add new line
2025-03-27 19:49:09 +00:00