Ocr |
The OcrMutableIterator 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.
(Inherited from OcrResultIterator) | |
| Dispose |
Releases all resources used by this OcrResultIterator
(Inherited from 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)
(Inherited from OcrResultIterator) | |
| GetUtf8Text |
Get the UTF-8 encoded text string for the current object at the given level.
(Inherited from OcrResultIterator) | |
| Next |
Moves to the start of the next object at the given level in the page hierarchy in the appropriate reading order.
(Inherited from OcrResultIterator) | |
| 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.
(Inherited from OcrResultIterator) |