@interface PxTextReader : NSObject
Recognises (OCRs) the text in a picture, producing a PxTextResult.
Instance Properties
| Name | Summary |
|---|
| confidence | The minimum symbol confidence to accept, as a percentage (0–100). |
| progressCallback | A delegate that receives progress and cancellation callbacks during scanning. |
Instance Methods
| Name | Summary |
|---|
| init:languages: | Creates a text reader for the given languages. |
| init:languages:flags: | Creates a text reader for the given languages and recognition flags. |
| scanText: | Recognises the text in a picture, storing the result on the picture. |
| scanText:withCallback: | Recognises the text in a picture, presenting it through a display callback as it works. |
Relationships
Inherits From