IOcrFactoryOcrLine 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.4.0.9.0.377 (.NET 4.5.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.OcrIOcrLineAccessor
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:
OcrLineSee Also