 | OcrApiGetUNLVText Method |
The recognized text is returned as a char* which is coded as UNLV format Latin-1 with specific reject and suspect codes
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string GetUNLVText()
Public Function GetUNLVText As String
public:
String^ GetUNLVText()
member GetUNLVText : unit -> string
public String GetUNLVText()
Return Value
StringThe recognized text
See Also