TesseractGetBoxText Method |
http://www.emgu.com
The recognized text is returned as coded in the same format as a box file used in training.
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic string GetBoxText(
int pageNumber = 0
)
Public Function GetBoxText (
Optional pageNumber As Integer = 0
) As String
public:
String^ GetBoxText(
int pageNumber = 0
)
member GetBoxText :
?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 as coded in the same format as a box file used in training.
See Also