Click or drag to resize

PageIteratorLevel Enumeration

enum of the elements of the page hierarchy, used in ResultIterator to provide functions that operate on each level without having to have 5x as many functions.

Namespace: Patagames.Ocr.Enums
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public enum PageIteratorLevel
Members
Member nameValueDescription
RIL_BLOCK0 Block of text/image/separator line.
RIL_PARA1 Paragraph within a block.
RIL_TEXTLINE2 Line within a paragraph.
RIL_WORD3 Word within a textline.
RIL_SYMBOL4 Symbol/character within a word.
See Also