Click or drag to resize

IOcrFactoryOcrWord Method

Construct a new page element to represent a word of text in a document.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
OcrWord OcrWord(
	IOcrWordAccessor accessor,
	Rectangle bounds,
	int baseline
)

Parameters

accessor
Type: Atalasoft.OcrIOcrWordAccessor
The accessor that will be used to provide key elements of this object.
bounds
Type: System.DrawingRectangle
The bounding rectangle of this page element in pixels relative to the image.
baseline
Type: SystemInt32
The baseline for the text in this page element, in pixels relative to the image.

Return Value

Type: OcrWord
A new object of type OcrWord(IOcrWordAccessor, Rectangle, Int32).
See Also