IOcrFactory.OcrWord 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.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax OcrWord OcrWord(
IOcrWordAccessor accessor,
Rectangle bounds,
int baseline
)
Function OcrWord (
accessor As IOcrWordAccessor,
bounds As Rectangle,
baseline As Integer
) As OcrWord
Parameters
- accessor
- Type: Atalasoft.Ocr.IOcrWordAccessor
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:
OcrWord A new object of type
OcrWord(IOcrWordAccessor, Rectangle, Int32).
See Also