TesseractGetUNLVText Method |
http://www.emgu.com
The recognized text is returned coded as UNLV format Latin-1 with specific reject and suspect codes
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic string GetUNLVText(
int pageNumber = 0
)
Public Function GetUNLVText (
Optional pageNumber As Integer = 0
) As String
public:
String^ GetUNLVText(
int pageNumber = 0
)
member GetUNLVText :
?pageNumber : int
(* Defaults:
let _pageNumber = defaultArg pageNumber 0
*)
-> string
Parameters
- pageNumber (Optional)
- Type: SystemInt32
pageNumber is 0-based but will appear in the output as 1-based.
Return Value
Type:
StringThe recognized text is returned coded as UNLV format Latin-1 with specific reject and suspect codes
See Also