 | OcrApiGetUtf8Text Method |
The recognized text is returned as a string which is coded as UTF8
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string GetUtf8Text()
Public Function GetUtf8Text As String
public:
String^ GetUtf8Text()
member GetUtf8Text : unit -> string
public String GetUtf8Text()
Return Value
StringThe recognized text string, or NULL on error.
See Also