Ocr |
The OcrPageIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| Begin | Moves the iterator to point to the start of the page to begin an iteration | |
| Copy | 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. | |
| Dispose | Releases all resources used by this OcrPageIterator | |
| GetBaseLine | Get the baseline of the current object at the given level. | |
| GetBinaryImage | Get f binary image of the current object at the given level. | |
| GetBoundingBox | Gets bounding rectangle of the current object at the given level. | |
| GetImage | Get an image of the current object at the given level in greyscale if available in the input. | |
| GetIteratorParams | Get orientation for the block the iterator points to. | |
| GetParagraphInfo | Get information about the current paragraph, if available. | |
| IsAtBeginningOf | Check whether the iterator is at the start of an object at the given level | |
| IsAtFinalElement | 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) | |
| Next | Moves to the start of the next object at the given level in the page hierarchy. |