Click or drag to resize

OcrPageIterator Methods

The OcrPageIterator type exposes the following members.

Methods
 NameDescription
Public methodBegin Moves the iterator to point to the start of the page to begin an iteration
Public methodCopy PageIterators may be copied! This makes it possible to iterate over all the objects at a lower level, while maintaining an iterator to objects at a higher level.
Public methodDispose Releases all resources used by this OcrPageIterator
Public methodGetBaseLine Get the baseline of the current object at the given level.
Public methodGetBinaryImage Get f binary image of the current object at the given level.
Public methodGetBoundingBox Gets bounding rectangle of the current object at the given level.
Public methodGetImage Get an image of the current object at the given level in greyscale if available in the input.
Public methodGetIteratorParams Get orientation for the block the iterator points to.
Public methodGetParagraphInfo Get information about the current paragraph, if available.
Public methodIsAtBeginningOf Check whether the iterator is at the start of an object at the given level
Public methodIsAtFinalElement Check whether the iterator is positioned at the last element in a given level. (e.g.the last word in a line, the last line in a block)
Public methodNext Moves to the start of the next object at the given level in the page hierarchy.
Top
See Also