Click or drag to resize

PageIteratorLevel Enumeration

http://www.emgu.com
Page iterator level

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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