RTRRecognitionCoreAPI protocol
Provides access to low-level single image core API functions for current thread, that are intended for text recognition on photos. The protocol should be used in the same thread in which it was created. Multiple objects can be created on different threads and used concurrently. All methods are synchronous (blocking) and should not be used on UI thread. Intended for advanced users.
Properties
Name | Type | Description |
---|---|---|
processingSettings | RTRCoreAPIProcessingSettings | Provides access to the general processing settings common for different scenarios. |
textRecognitionSettings | RTRCoreAPITextRecognitionSettings | Provides access to the settings of text recognition scenario. |
extendedSettings | RTRExtendedSettings | Extended service configuration settings. Intended for advanced users: most common scenarios will work with the default settings. |
Methods
Name | Description |
---|---|
- recognizeTextOnImage:onProgress:onTextOrientationDetectedCallback:error: | Recognizes text on a still image. |
02.03.2022 12:59:15