 | OcrApiGetAltoText Method |
Make an XML-formatted string with Alto markup from the internal data structures.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string GetAltoText(
int pageNumber
)
Public Function GetAltoText (
pageNumber As Integer
) As String
public:
String^ GetAltoText(
int pageNumber
)
member GetAltoText :
pageNumber : int -> string public String GetAltoText(
int pageNumber
)
function GetAltoText(pageNumber);
Parameters
- pageNumber Int32
- pageNumber is 0-based but will appear in the output as 1-based.
Return Value
StringThe recognized text
Remarks
Image name/input file can be set by
InputName before calling GetAltoText
See Also