| TesseractOcrInitParams Properties | 
The TesseractOcrInitParams type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurationFilename | 
Gets The path to the tesseract engine configuration file.
  | |
| DisableDictionaries | 
Disables the use of language dictionaries by the ocr engine.
  | |
| Language | 
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.			
  | |
| TessdataRootPath | 
The tessdataRootPath must be the name of the parent directory of tessdata and must end in '/'. Any name after the last '/' will be stripped.
  |