PxTextDetector Class

@interface PxTextDetector : NSObject

Detects the orientation of the text in a picture, using the bundled OSD (orientation and script detection) model.

Instance Properties

NameSummary
progressCallbackA delegate that receives progress callbacks during detection.

Instance Methods

NameSummary
detectTextOrientation:Detects the orientation of the text in a picture.
init:Creates a text detector.

Relationships

Inherits From

  • NSObject
Top