TesseractGetUTF8Text Method |
http://www.emgu.com
Get all the text in the image
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic string GetUTF8Text()
Public Function GetUTF8Text As String
public:
String^ GetUTF8Text()
member GetUTF8Text : unit -> string
Return Value
Type:
StringAll the text in the image
See Also