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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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