Open
Conversation
…fication and unwarping features
…ation and unwarping options, update PaddleOCR integration, and improve response structure
…date asset job status and schema to accommodate new OCR table structure
…dual coordinates instead of bounding box, and adjust related service and repository files
# Conflicts: # mobile/openapi/lib/api.dart # mobile/openapi/lib/api_client.dart
- 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.
# Conflicts: # mobile/openapi/lib/api.dart # mobile/openapi/lib/api_client.dart
# Conflicts: # machine-learning/uv.lock # mobile/openapi/lib/api.dart # mobile/openapi/lib/api/search_api.dart # mobile/openapi/lib/api_client.dart # server/src/controllers/search.controller.ts
# Conflicts: # i18n/zh_SIMPLIFIED.json # mobile/openapi/lib/api.dart # mobile/openapi/lib/api_client.dart # web/src/lib/components/shared-components/search-bar/search-bar.svelte
…fication and unwarping features
…ation and unwarping options, update PaddleOCR integration, and improve response structure
…date asset job status and schema to accommodate new OCR table structure
…dual coordinates instead of bounding box, and adjust related service and repository files
- 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.
fix max resolution key set min threshold to 0.1 fix bind
# Conflicts: # i18n/en.json
# Conflicts: # i18n/en.json # i18n/zh_SIMPLIFIED.json # machine-learning/immich_ml/models/__init__.py # machine-learning/immich_ml/schemas.py # machine-learning/pyproject.toml # machine-learning/uv.lock # mobile/openapi/README.md # mobile/openapi/lib/api.dart # mobile/openapi/lib/api_client.dart # open-api/immich-openapi-specs.json # server/src/config.ts # server/src/controllers/search.controller.ts # server/src/db.d.ts # server/src/dtos/model-config.dto.ts # server/src/repositories/asset-job.repository.ts # server/src/repositories/machine-learning.repository.ts # server/src/repositories/ocr.repository.ts # server/src/repositories/search.repository.ts # server/src/schema/tables/asset-ocr.table.ts # server/src/schema/tables/ocr-search.table.ts # server/src/services/ocr.service.ts # web/src/lib/components/admin-page/settings/machine-learning-settings/machine-learning-settings.svelte # web/src/lib/components/shared-components/search-bar/search-bar.svelte
fixed : OCR had been declared twice.
3166f26 to
585d093
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixed : OCR had been declared twice.
Description
Fixes # (issue)
How Has This Been Tested?
Screenshots (if appropriate)
Checklist:
src/services/uses repositories implementations for database calls, filesystem operations, etc.src/repositories/is pretty basic/simple and does not have any immich specific logic (that belongs insrc/services/)Summary by cubic
Removed a duplicate OCR job declaration from the fetch-client code to prevent confusion and maintain consistency.