Click or drag to resize

TextlineOrder Enumeration

http://www.emgu.com
Textline order

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public enum TextlineOrder
Members
  Member nameValueDescription
LeftToRight0 Left to right
RightToLeft1 Right to left
TopToBottom2 Top to bottom
See Also