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
.