public static class TessBaseAPI.PageIteratorLevel
Elements of the page hierarchy, used in to provide functions that operate on each level without having to have 5x as many functions. class ResultIterator
NOTE: At present #RIL_PARA and #RIL_BLOCK are equivalent as there is no paragraph internally yet.
class ResultIteratorpublic static int RIL_BLOCK
Block of text/image/separator line.
public static int RIL_PARA
Paragraph within a block.
public static int RIL_TEXTLINE
Line within a paragraph.
public static int RIL_WORD
Word within a text line.
public static int RIL_SYMBOL
Symbol/character within a word.