immich/mobile/openapi/doc/OcrConfig.md

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)