Click or drag to resize

OcrApi.GetHOCRText Method

Make a HTML-formatted string with hOCR markup from the internal data structures.

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

Parameters

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

Return Value

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