RTRCoreAPITextRecognitionSettings protocol
Settings specific for text recognition scenario.
Properties
Name | Type | Description |
---|---|---|
textOrientationDetectionEnabled | BOOL |
Enables or disables detection of the image orientation while preprocessing. If the property is set to YES, the image top is detected and correct orientation can be used for image rotation. You can set this property to NO for speeding the process up.
The default value of this property is YES (enabled). |
Methods
Name | Description |
---|---|
- setAreaOfInterest: | Sets the search area on the image. |
- setRecognitionLanguages: | Sets the languages to be used for recognition. |
- setTextTypes: | Sets the text types to be used for recognition. |
3/2/2022 12:59:15 PM