 | OcrApiGetLSTMBoxText Method |
Make a box file for LSTM training from the internal data structures.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string GetLSTMBoxText(
int pageNumber
)
Public Function GetLSTMBoxText (
pageNumber As Integer
) As String
public:
String^ GetLSTMBoxText(
int pageNumber
)
member GetLSTMBoxText :
pageNumber : int -> string public String GetLSTMBoxText(
int pageNumber
)
function GetLSTMBoxText(pageNumber);
Parameters
- pageNumber Int32
- page_number is a 0-based page index that will appear in the box file.
Return Value
StringThe recognized text
Remarks
Image name/input file can be set by
InputName before calling GetLSTMBoxText
Constructs coordinates in the original image - not just the rectangle.
See Also