init:languages:flags: Instance Method

- (PxTextReader *) init:(NSString *) path languages:(NSString *) languages flags:(unsigned int) flags;

References: PxTextReader

Creates a text reader for the given languages and recognition flags.

Parameters

  • path — The directory containing the language data files.
  • languages — The languages to recognise, concatenated with + (for example, eng+deu).
  • flags — A combination of PxScanFlags controlling text layout.

Return Value

The initialised reader.

Top