Package net.sourceforge.tess4j
Interface ITessAPI.TessTextlineOrder
- Enclosing interface:
ITessAPI
public static interface ITessAPI.TessTextlineOrder
The text lines are read in the given sequence.
In English, the order is top-to-bottom. In Chinese, vertical text lines are read right-to-left. Mongolian is written in vertical columns top to bottom like Chinese, but the lines order left-to right.
Note that only some combinations make sense. For example,
In English, the order is top-to-bottom. In Chinese, vertical text lines are read right-to-left. Mongolian is written in vertical columns top to bottom like Chinese, but the lines order left-to right.
Note that only some combinations make sense. For example,
WRITING_DIRECTION_LEFT_TO_RIGHT
implies
TEXTLINE_ORDER_TOP_TO_BOTTOM
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Field Details
-
TEXTLINE_ORDER_LEFT_TO_RIGHT
static final int TEXTLINE_ORDER_LEFT_TO_RIGHT- See Also:
-
TEXTLINE_ORDER_RIGHT_TO_LEFT
static final int TEXTLINE_ORDER_RIGHT_TO_LEFT- See Also:
-
TEXTLINE_ORDER_TOP_TO_BOTTOM
static final int TEXTLINE_ORDER_TOP_TO_BOTTOM- See Also:
-