Click or drag to resize

OcrApiGetTsvText Method

Make a TSV-formatted string with Alto markup from the internal data structures.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public string GetTsvText(
	int pageNumber
)

Parameters

pageNumber  Int32
pageNumber is 0-based but will appear in the output as 1-based.

Return Value

String
The recognized text
Remarks
Image name/input file can be set by InputName before calling GetTsvText
See Also