Click or drag to resize
TesseractOcrInitParams Properties

The TesseractOcrInitParams type exposes the following members.

Properties
  NameDescription
Public propertyConfigurationFilename
Gets The path to the tesseract engine configuration file.
Public propertyDisableDictionaries
Disables the use of language dictionaries by the ocr engine.
Public propertyLanguage
The language to use by the Ocr engine (language dictionary first 3 chars). The language is(usually) an ISO 639 - 3 string or NULL will default to eng.
Public propertyTessdataRootPath
The tessdataRootPath must be the name of the parent directory of tessdata and must end in '/'. Any name after the last '/' will be stripped.
Top
See Also