 | OcrResultIteratorNext Method |
Moves to the start of the next object at the given level in the page hierarchy in the appropriate reading order.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic bool Next(
PageIteratorLevel level
)
Public Function Next (
level As PageIteratorLevel
) As Boolean
public:
bool Next(
PageIteratorLevel level
)
member Next :
level : PageIteratorLevel -> bool public boolean Next(
PageIteratorLevel level
)
Parameters
- level PageIteratorLevel
- Type of element of the page hierarchy.
Return Value
BooleanFalse if the end of the page was reached.
Remarks 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