Class PageIterator
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
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
PageIteratorLevelPage iterator level
Returns
- LineSegment2D?
The baseline of the current object at the given level