Package net.sourceforge.tess4j
Interface ITessAPI.TessPageIteratorLevel
- Enclosing interface:
ITessAPI
public static interface ITessAPI.TessPageIteratorLevel
Enum of the elements of the page hierarchy, used in
ResultIterator
to provide functions that operate on each
level without having to have 5x as many functions.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Block of text/image/separator line.static final int
Paragraph within a block.static final int
Symbol/character within a word.static final int
Line within a paragraph.static final int
Word within a textline.
-
Field Details
-
RIL_BLOCK
static final int RIL_BLOCKBlock of text/image/separator line.- See Also:
-
RIL_PARA
static final int RIL_PARAParagraph within a block.- See Also:
-
RIL_TEXTLINE
static final int RIL_TEXTLINELine within a paragraph.- See Also:
-
RIL_WORD
static final int RIL_WORDWord within a textline.- See Also:
-
RIL_SYMBOL
static final int RIL_SYMBOLSymbol/character within a word.- See Also:
-