Click or drag to resize

OcrResultIteratorGetUtf8Text Method

Get the UTF-8 encoded text string for the current object at the given level.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public string GetUtf8Text(
	PageIteratorLevel level
)

Parameters

level  PageIteratorLevel
Type of element of the page hierarchy.

Return Value

String
encoded text string for the current object at the given level
See Also