IOcrFactory.OcrLine Method |
Construct a new page element to represent a line of text in a document.
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 OcrLine OcrLine(
IOcrLineAccessor accessor,
Rectangle bounds,
int baseline
)
Function OcrLine (
accessor As IOcrLineAccessor,
bounds As Rectangle,
baseline As Integer
) As OcrLine
Parameters
- accessor
- Type: Atalasoft.Ocr.IOcrLineAccessor
The accessor that will be used to provide key elements of this object. - bounds
- Type: System.Drawing.Rectangle
The bounding rectangle of this page element in pixels relative to the image. - baseline
- Type: System.Int32
The baseline for the text in this page element, in pixels relative to the image.
Return Value
Type:
OcrLineSee Also