unpackLanguage Function

external fun unpackLanguage(source: InputStream, destination: OutputStream)

Extracts a packed OCR language file, writing the recognition data to a destination stream.

Parameters

  • source — a packed language file, as shipped in .pxl form
  • destination — receives the unpacked recognition data
Top