TesseractVersionString Property |
http://www.emgu.com
Get the tesseract version as String
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 VersionString { get; }
Public Shared ReadOnly Property VersionString As String
Get
public:
static property String^ VersionString {
String^ get ();
}
static member VersionString : string with get
Property Value
Type:
String
See Also