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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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