Table of Contents

Enum PageIteratorLevel

Namespace
Emgu.CV.OCR
Assembly
Emgu.CV.dll

Page iterator level

public enum PageIteratorLevel

Fields

Block = 0

Block of text/image/separator line.

Para = 1

Paragraph within a block.

Symbol = 4

Symbol/character within a word.

Textline = 2

Line within a paragraph.

Word = 3

Word within a textline.