  | TesseractOcrInitParamsTessdataRootPath Property  | 
The tessdataRootPath must be the name of the parent directory of tessdata and must end in '/'. Any name after the last '/' will be stripped.
 
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 string TessdataRootPath { get; set; }Public Property TessdataRootPath As String
	Get
	Set
public:
property String^ TessdataRootPath {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also