 | OcrApiGetBoxText Method |
The recognized text is returned as a char* which is coded in the same format as a box file used in training.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string GetBoxText(
int pageNumber
)
Public Function GetBoxText (
pageNumber As Integer
) As String
public:
String^ GetBoxText(
int pageNumber
)
member GetBoxText :
pageNumber : int -> string public String GetBoxText(
int pageNumber
)
function GetBoxText(pageNumber);
Parameters
- pageNumber Int32
- pageNumber is a 0-based page index that will appear in the box file.
Return Value
StringThe recognized text
Remarks
Constructs coordinates in the original image - not just the rectangle.
See Also