PxTextReader Class

@interface PxTextReader : NSObject

Recognises (OCRs) the text in a picture, producing a PxTextResult.

Instance Properties

NameSummary
confidenceThe minimum symbol confidence to accept, as a percentage (0–100).
progressCallbackA delegate that receives progress and cancellation callbacks during scanning.

Instance Methods

NameSummary
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

  • NSObject
Top