Class PageIteratorLevel
Inheritance
System.Object
PageIteratorLevel
Assembly: IronOcr.dll
Syntax
public sealed class PageIteratorLevel : Enum
Choose how far down the page hierarchy a PageIterator or ResultIterator walks with PageIteratorLevel. Block steps over whole regions, Para over paragraphs, TextLine over lines, Word over individual words, and Symbol over single characters. Pass the level to iterator calls such as GetText or TryGetBoundingBox to read recognized content and its position at the granularity a task needs. The OCR results how-to walks through reading text at each level.
Fields
Block
Declaration
public const PageIteratorLevel Block
Field Value
Para
Declaration
public const PageIteratorLevel Para
Field Value
Symbol
Declaration
public const PageIteratorLevel Symbol
Field Value
TextLine
Declaration
public const PageIteratorLevel TextLine
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
Word
Declaration
public const PageIteratorLevel Word
Field Value