Click or drag to resize

OcrPageIteratorNext Method

Moves to the start of the next object at the given level in the page hierarchy.

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

Parameters

level  PageIteratorLevel
Type of element of the page hierarchy.

Return Value

Boolean
False if the end of the page was reached.
Remarks
Note  Note
that RIL_SYMBOL will skip non-text blocks, but all other PageIteratorLevel level values will visit each non-text block once. Think of non text blocks as containing a single para, with a single line, with a single imaginary word

Calls to Next with different levels may be freely intermixed.

This function iterates words in right-to-left scripts correctly, if the appropriate language has been loaded into Tesseract.

See Also