Constructs a new OcrWord object.
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 public OcrWord(
IOcrWordAccessor accessor,
Rectangle bounds,
int baseline
)
Public Sub New (
accessor As IOcrWordAccessor,
bounds As Rectangle,
baseline As Integer
)
Parameters
- accessor
- Type: Atalasoft.OcrIOcrWordAccessor
The IOcrWordAccessor that will be used to access data for this object.
- bounds
- Type: System.DrawingRectangle
The bounding Rectangle of the page element in pixels relative to the source
image. - baseline
- Type: SystemInt32
The baseline of the text in pixels relative to the image.
Return Value
Type:
A new OcrWord object.
Remarks Avoid calling the constructor directly. Instead use the
OcrWord method in the
Factory property.
See Also