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
Syntaxpublic enum PageIteratorLevel
Public Enumeration PageIteratorLevel
public enum class PageIteratorLevel
Members
| Member name | Value | Description |
---|
| Block | 0 |
Block of text/image/separator line.
|
| Para | 1 |
Paragraph within a block.
|
| Textline | 2 |
Line within a paragraph.
|
| Word | 3 |
Word within a textline.
|
| Symbol | 4 |
Symbol/character within a word.
|
See Also