IOcrGlyphAccessor Interface |
Namespace: Atalasoft.Ocr
The IOcrGlyphAccessor type exposes the following members.
| Name | Description | |
|---|---|---|
| Baseline | This property represents the baseline of the text in pixels relative to the source image. | |
| Bounds | This property represents the bounding box of the glyph in pixels relative to the source image. | |
| Char | The unicode representation of this glyph. | |
| Color | Returns the color of this glyph. | |
| Confidence | This property represents the confidence with which this glyph was recognized by the engine, ranging from
0.0 (no confidence) to 1.0 (complete confidence). | |
| Glyph | This property is used for setting the OcrGlyph that this accessor is attached to.
| |
| IsSingleton | This property represents a boolean that determines if this glyph is a single character or not. | |
| Text | This property is a string that represents the text of this glyph. |
| Name | Description | |
|---|---|---|
| GetFont | Return the font used for this glyph using the given resolution, font mapper and font builder. | |
| GetFontFamily | Get the FontFamily for this glyph. | |
| GetFontName | Returns the name of the font used for this glyph. | |
| GetFontSize | Get the font size for this glyph. | |
| GetFontStyle | Get the FontStyle for this glyph. |