Class WritingDirection
Inheritance
System.Object
WritingDirection
Assembly: IronOcr.dll
Syntax
public sealed class WritingDirection : Enum
Reading which way characters flow within a line comes from WritingDirection, reported by Tesseract's layout analysis alongside the detected script. LeftToRight is the flow for Latin and most Western text, RightToLeft covers Arabic, Hebrew, and similar scripts, and TopToBottom marks vertically written text. Where TextLineOrder describes how whole lines stack, this value describes the direction of glyphs inside one line, so the two together place the text on the page. It is read from a result, not configured.
Fields
LeftToRight
Declaration
public const WritingDirection LeftToRight
Field Value
RightToLeft
Declaration
public const WritingDirection RightToLeft
Field Value
TopToBottom
Declaration
public const WritingDirection TopToBottom
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|