Package net.sourceforge.tess4j
Interface ITessAPI.TessPageIteratorLevel
-
- Enclosing interface:
- ITessAPI
public static interface ITessAPI.TessPageIteratorLevel
Enum of the elements of the page hierarchy, used inResultIterator
to provide functions that operate on each level without having to have 5x as many functions.
-
-
Field Summary
Fields Modifier and Type Field Description static int
RIL_BLOCK
Block of text/image/separator line.static int
RIL_PARA
Paragraph within a block.static int
RIL_SYMBOL
Symbol/character within a word.static int
RIL_TEXTLINE
Line within a paragraph.static int
RIL_WORD
Word 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
-
-