Class TextLineOrder
Inheritance
System.Object
TextLineOrder
Assembly: IronOcr.dll
Syntax
public sealed class TextLineOrder : Enum
TextLineOrder reports the order in which lines of text stack on a page, part of the layout analysis Tesseract returns while detecting orientation and reading direction. TopToBottom is the usual stacking for Latin and most horizontal scripts, where each line sits below the previous one. LeftToRight and RightToLeft describe vertical scripts whose columns of lines advance sideways, such as traditional East Asian text. The value is read from a result rather than set, so it informs how detected text is interpreted.
Fields
LeftToRight
Declaration
public const TextLineOrder LeftToRight
Field Value
RightToLeft
Declaration
public const TextLineOrder RightToLeft
Field Value
TopToBottom
Declaration
public const TextLineOrder TopToBottom
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|