init: Instance Method

- (PxTextDetector *) init:(NSString *) path;

References: PxTextDetector

Creates a text detector.

Parameters

  • path — The directory containing the OSD data (for example, the path returned by PxBundledOcrData).

Return Value

The initialised detector.

Top