Table of Contents

Class PageIterator

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

The tesseract page iterator

public class PageIterator : UnmanagedObject, IDisposable
Inheritance
PageIterator
Implements
Inherited Members

Properties

Orientation

Returns orientation for the block the iterator points to.

public Orientation Orientation { get; }

Property Value

Orientation

Methods

DisposeObject()

Release the page iterator

protected override void DisposeObject()

GetBaseLine(PageIteratorLevel)

Returns the baseline of the current object at the given level. The baseline is the line that passes through (x1, y1) and (x2, y2). WARNING: with vertical text, baselines may be vertical! Returns null if there is no baseline at the current position.

public LineSegment2D? GetBaseLine(PageIteratorLevel level)

Parameters

level PageIteratorLevel

Page iterator level

Returns

LineSegment2D?

The baseline of the current object at the given level