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
| Name | Summary |
|---|---|
| progressCallback | A delegate that receives progress callbacks during detection. |
Instance Methods
| Name | Summary |
|---|---|
| detectTextOrientation: | Detects the orientation of the text in a picture. |
| init: | Creates a text detector. |
Relationships
Inherits From
- NSObject