Click or drag to resize

PageIteratorLevel Enumeration

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

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