immich/machine-learning/immich_ml
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
..
models feat: enhance OCR configuration and functionality 2025-09-08 19:29:10 -04:00
sessions fix: various typos (grouped in to separate commits) (#18177) 2025-05-09 13:10:34 +00:00
__init__.py chore(ml): installable package (#17153) 2025-03-27 19:49:09 +00:00
__main__.py chore(ml): installable package (#17153) 2025-03-27 19:49:09 +00:00
config.py chore(ml): installable package (#17153) 2025-03-27 19:49:09 +00:00
gunicorn_conf.py chore(ml): installable package (#17153) 2025-03-27 19:49:09 +00:00
log_conf.json chore(ml): installable package (#17153) 2025-03-27 19:49:09 +00:00
main.py 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
schemas.py 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