Click or drag to resize

OcrGlyph Constructor (IOcrGlyphAccessor, Rectangle, Int32)

Constructs a new OcrGlyph object.

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
public OcrGlyph(
	IOcrGlyphAccessor accessor,
	Rectangle bounds,
	int baseline
)

Parameters

accessor
Type: Atalasoft.Ocr.IOcrGlyphAccessor
The IOcrGlyphAccessor that will be used to access the components of this glyph.
bounds
Type: System.Drawing.Rectangle
The bounding Rectangle of the page element in pixels relative to the source image.
baseline
Type: System.Int32
The baseline of the text in pixels relative to the image.
Remarks
Avoid calling the constructor directly. Use the OcrGlyph method in the Factory property.
See Also