Package net.sourceforge.tess4j
Interface ITessAPI.TessPageIteratorLevel
-
- Enclosing interface:
- ITessAPI
public static interface ITessAPI.TessPageIteratorLevelEnum of the elements of the page hierarchy, used inResultIteratorto provide functions that operate on each level without having to have 5x as many functions.
-
-
Field Summary
Fields Modifier and Type Field Description static intRIL_BLOCKBlock of text/image/separator line.static intRIL_PARAParagraph within a block.static intRIL_SYMBOLSymbol/character within a word.static intRIL_TEXTLINELine within a paragraph.static intRIL_WORDWord within a textline.
-
-
-
Field Detail
-
RIL_BLOCK
static final int RIL_BLOCK
Block of text/image/separator line.- See Also:
- Constant Field Values
-
RIL_PARA
static final int RIL_PARA
Paragraph within a block.- See Also:
- Constant Field Values
-
RIL_TEXTLINE
static final int RIL_TEXTLINE
Line within a paragraph.- See Also:
- Constant Field Values
-
RIL_WORD
static final int RIL_WORD
Word within a textline.- See Also:
- Constant Field Values
-
RIL_SYMBOL
static final int RIL_SYMBOL
Symbol/character within a word.- See Also:
- Constant Field Values
-
-