TesseractDefaultTesseractDirectory Property |
http://www.emgu.com
Get the default tesseract ocr directory. This should return the folder of the dll in most situations.
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic static string DefaultTesseractDirectory { get; }
Public Shared ReadOnly Property DefaultTesseractDirectory As String
Get
public:
static property String^ DefaultTesseractDirectory {
String^ get ();
}
static member DefaultTesseractDirectory : string with get
Property Value
Type:
String
See Also