Click or drag to resize
PageIteratorLevel Enumeration
http://www.emgu.com

[Missing <summary> documentation for "T:Emgu.CV.OCR.PageIteratorLevel"]

Namespace: Emgu.CV.OCR
Assembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public enum PageIteratorLevel
Members
  Member nameValueDescription
Block0 Block of text/image/separator line.
Para1 Paragraph within a block.
Textline2 Line within a paragraph.
Word3 Word within a textline.
Symbol4 Symbol/character within a word.
See Also