immich/e2e/src/api/specs
Kang 02b29046b3
feat: ocr (#18836)
* feat: add OCR functionality and related configurations

* chore: update labeler configuration for machine learning files

* feat(i18n): enhance OCR model descriptions and add orientation classification and unwarping features

* chore: update Dockerfile to include ccache for improved build performance

* feat(ocr): enhance OCR model configuration with orientation classification and unwarping options, update PaddleOCR integration, and improve response structure

* refactor(ocr): remove OCR_CLEANUP job from enum and type definitions

* refactor(ocr): remove obsolete OCR entity and migration files, and update asset job status and schema to accommodate new OCR table structure

* refactor(ocr): update OCR schema and response structure to use individual coordinates instead of bounding box, and adjust related service and repository files

* 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.

* sql changes

* use rapidocr

* change dto

* update web

* update lock

* update api

* store positions as normalized floats

* match column order in db

* update admin ui settings descriptions

fix max resolution key

set min threshold to 0.1

fix bind

* apply config correctly, adjust defaults

* unnecessary model type

* unnecessary sources

* fix(ocr): switch RapidOCR lang type from LangDet to LangRec

* fix(ocr): expose lang_type (LangRec.CH) and font_path on OcrOptions for RapidOCR

* fix(ocr): make OCR text search case- and accent-insensitive using ILIKE + unaccent

* fix(ocr): add OCR search fields

* fix: Add OCR database migration and update ML prediction logic.

* trigrams are already case insensitive

* add tests

* format

* update migrations

* wrong uuid function

* linting

* maybe fix medium tests

* formatting

* fix weblate check

* openapi

* sql

* minor fixes

* maybe fix medium tests part 2

* passing medium tests

* format web

* readd sql

* format dart

* disabled in e2e

* chore: translation ordering

---------

Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2025-10-27 14:09:55 +00:00
..
activity.e2e-spec.ts fix(server): clear activity when asset is removed from album (#19019) 2025-07-10 19:37:56 +02:00
album.e2e-spec.ts feat(album): show per-user contributions in shared albums (#21740) 2025-10-14 17:34:20 -04:00
api-key.e2e-spec.ts feat: rename schema (#19891) 2025-07-14 10:13:06 -04:00
asset.e2e-spec.ts fix: prefer Creation Date over Create Date (#21756) 2025-09-09 22:58:46 -04:00
download.e2e-spec.ts refactor: controller tests (#18100) 2025-05-05 18:57:32 -04:00
jobs.e2e-spec.ts feat(server): e2e for missing jobs (#15910) 2025-03-04 20:44:31 -05:00
library.e2e-spec.ts fix(server): multiple exclusion patterns (#17221) 2025-03-31 09:16:30 -05:00
map.e2e-spec.ts feat(server): visibility column (#17939) 2025-05-06 12:12:48 -05:00
memory.e2e-spec.ts refactor: memory medium tests (#19568) 2025-06-26 19:52:10 -04:00
oauth.e2e-spec.ts feat: oauth role claim (#19758) 2025-07-06 18:45:32 -04:00
partner.e2e-spec.ts feat: add partner create endpoint (#21625) 2025-09-05 17:59:11 -04:00
person.e2e-spec.ts fix: people ordering by asset count (#19366) 2025-06-20 07:34:04 -05:00
search.e2e-spec.ts feat(server): visibility column (#17939) 2025-05-06 12:12:48 -05:00
server.e2e-spec.ts feat: ocr (#18836) 2025-10-27 14:09:55 +00:00
session.e2e-spec.ts refactor(server): sessions (#8915) 2024-04-19 06:47:29 -04:00
shared-link.e2e-spec.ts chore: update response codes (#20770) 2025-08-08 15:56:37 -04:00
stack.e2e-spec.ts fix(web): No EXIF info on stack navigation (#15533) 2025-01-23 15:22:27 +00:00
system-config.e2e-spec.ts feat: nightly tasks (#19879) 2025-07-11 17:32:10 -04:00
system-metadata.e2e-spec.ts refactor: system metadata (#8923) 2024-04-19 20:36:15 -04:00
tag.e2e-spec.ts refactor: job events (#23161) 2025-10-22 12:16:55 -04:00
trash.e2e-spec.ts chore(server): trash e2e cleanup (#16423) 2025-02-28 12:45:30 -05:00
user-admin.e2e-spec.ts refactor: users.total metric (#23158) 2025-10-22 10:18:17 -04:00
user.e2e-spec.ts chore: update response codes (#20770) 2025-08-08 15:56:37 -04:00