Package net.sourceforge.tess4j
Interface ITessAPI.TessPolyBlockType
- Enclosing interface:
ITessAPI
public static interface ITessAPI.TessPolyBlockType
Possible types for a POLY_BLOCK or ColPartition. Must be kept in sync
with
kPBColors in polyblk.cpp and PTIs*Type
functions below, as well as kPolyBlockNames in
publictypes.cpp. Used extensively by ColPartition, and POLY_BLOCK.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intText that belongs to an image.static final intNumber of enum entries.static final intPartition belonging to an equation region.static final intImage that lives inside a column.static final intText that lives inside a column.static final intImage that spans more than one column.static final intText that spans more than one column.static final intHorizontal Line.static final intPartition has inline equation.static final intLies outside of any column.static final intImage that is in a cross-column pull-out region.static final intText that is in a cross-column pull-out region.static final intPartition belonging to a table region.static final intType is not yet known.static final intVertical Line.static final intText-line runs vertically.
-
Field Details
-
PT_UNKNOWN
static final int PT_UNKNOWNType is not yet known. Keep as the first element.- See Also:
-
PT_FLOWING_TEXT
static final int PT_FLOWING_TEXTText that lives inside a column.- See Also:
-
PT_HEADING_TEXT
static final int PT_HEADING_TEXTText that spans more than one column.- See Also:
-
PT_PULLOUT_TEXT
static final int PT_PULLOUT_TEXTText that is in a cross-column pull-out region.- See Also:
-
PT_EQUATION
static final int PT_EQUATIONPartition belonging to an equation region.- See Also:
-
PT_INLINE_EQUATION
static final int PT_INLINE_EQUATIONPartition has inline equation.- See Also:
-
PT_TABLE
static final int PT_TABLEPartition belonging to a table region.- See Also:
-
PT_VERTICAL_TEXT
static final int PT_VERTICAL_TEXTText-line runs vertically.- See Also:
-
PT_CAPTION_TEXT
static final int PT_CAPTION_TEXTText that belongs to an image.- See Also:
-
PT_FLOWING_IMAGE
static final int PT_FLOWING_IMAGEImage that lives inside a column.- See Also:
-
PT_HEADING_IMAGE
static final int PT_HEADING_IMAGEImage that spans more than one column.- See Also:
-
PT_PULLOUT_IMAGE
static final int PT_PULLOUT_IMAGEImage that is in a cross-column pull-out region.- See Also:
-
PT_HORZ_LINE
static final int PT_HORZ_LINEHorizontal Line.- See Also:
-
PT_VERT_LINE
static final int PT_VERT_LINEVertical Line.- See Also:
-
PT_NOISE
static final int PT_NOISELies outside of any column.- See Also:
-
PT_COUNT
static final int PT_COUNTNumber of enum entries.- See Also:
-