Construct a new OcrLine 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 OcrLine(
IOcrLineAccessor accessor,
Rectangle bounds,
int baseline
)
Public Sub New (
accessor As IOcrLineAccessor,
bounds As Rectangle,
baseline As Integer
)
Parameters
- accessor
- Type: Atalasoft.Ocr.IOcrLineAccessor
The IOcrLineAccessor that will be used to access data for this object.
- 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.
Return Value
Type:
A new OcrLine object.
Remarks Avoid calling the constructor directly. Instead use the
OcrLine method in the
Factory property.
See Also