mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
19 lines
731 B
Markdown
19 lines
731 B
Markdown
# openapi.model.OcrConfig
|
|
|
|
## Load the model package
|
|
```dart
|
|
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 |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|