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 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:
-