mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
731 B
731 B
openapi.model.OcrConfig
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| enabled | bool | Whether the task is enabled | |
| maxResolution | int | Maximum resolution for OCR processing | |
| minDetectionScore | double | Minimum confidence score for text detection | |
| minRecognitionScore | double | Minimum confidence score for text recognition | |
| modelName | String | Name of the model to use |