  | TesseractOcrInitParamsDisableDictionaries Property  | 
Disables the use of language dictionaries by the ocr engine.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool DisableDictionaries { get; set; }Public Property DisableDictionaries As Boolean
	Get
	Set
public:
property bool DisableDictionaries {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
Remarks
This speeds up the recognition but might decrease the ocr results quality.
See Also