| TesseractOcrInitParams Class | 
Namespace: DevScope.Ocr.Tesseract.Windows
The TesseractOcrInitParams type exposes the following members.
| Name | Description | |
|---|---|---|
| TesseractOcrInitParams | 
Initializes a new instance of the TesseractOcrInitParams class.
  | 
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| 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.
  |