IOcrFactory.OcrGlyph Method (IOcrGlyphAccessor, Rectangle, Int32) |
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax OcrGlyph OcrGlyph(
IOcrGlyphAccessor accessor,
Rectangle bounds,
int baseline
)
Function OcrGlyph (
accessor As IOcrGlyphAccessor,
bounds As Rectangle,
baseline As Integer
) As OcrGlyph
Parameters
- accessor
- Type: Atalasoft.Ocr.IOcrGlyphAccessor
- bounds
- Type: System.Drawing.Rectangle
- baseline
- Type: System.Int32
Return Value
Type:
OcrGlyphSee Also