Commit graph

21 commits

Author SHA1 Message Date
mertalev
44f90d42f8
linting 2025-10-15 14:35:52 -04:00
mertalev
664e1bdd97
format 2025-10-15 14:19:27 -04:00
CoderKang
111883206c Merge branch 'main' into ocr 2025-10-09 09:24:20 +08:00
Mert
5270107926
fix(ml): ipv6 check (#22735) 2025-10-07 12:24:23 -04:00
Cokodayo
51150a3ed1
fix(ml): Resolve IPv6 startup crash and healthcheck failure (#22387)
* fix(ml): Resolve IPv6 startup crash and healthcheck failure

Fixes #13782

* fix(ml): updated the fix to use the std lib

* Apply code formatting to __main__.py
2025-10-06 12:09:40 -04:00
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
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
Matthew Momjian
d233a7d97a
fix(server): remove excessive inactivity log (#19306) 2025-06-19 19:13:13 +00:00
luzpaz
b1e1362246
fix: various typos (grouped in to separate commits) (#18177) 2025-05-09 13:10:34 +00: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