immich/mobile/openapi/doc/OcrConfig.md

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

[Back to Model list] [Back to API list] [Back to README]