| TesseractOcrEngineGetTesseractEngineVersion Method |
Gets the tesseract engine version.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public string GetTesseractEngineVersion()
Public Function GetTesseractEngineVersion As String
public:
virtual String^ GetTesseractEngineVersion() sealed
Return Value
Type:
StringA string with the version identifier
See Also