Ocr |
The OcrResultIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| Copy | ResultIterators 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 OcrResultIterator | |
| GetConfidence | Returns the mean confidence of the current object at the given level. The number should be interpreted as a percent probability. (0.0f-100.0f) | |
| GetUtf8Text | Get the UTF-8 encoded text string for the current object at the given level. | |
| Next | Moves to the start of the next object at the given level in the page hierarchy in the appropriate reading order. | |
| WordFontAttributes | Get the font attributes of the current word. If iterating at a higher level object than words, eg textlines, then this will return the attributes of the first word in that textline. |