BasicOcrFactoryOcrWord Method |
Constructs a new OcrWord(IOcrWordAccessor, Rectangle, Int32) 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 virtual OcrWord OcrWord(
IOcrWordAccessor accessor,
Rectangle bounds,
int baseline
)
Public Overridable Function OcrWord (
accessor As IOcrWordAccessor,
bounds As Rectangle,
baseline As Integer
) As OcrWord
Parameters
- accessor
- Type: Atalasoft.OcrIOcrWordAccessor
The accessor that will be used for this object. This is usually supplied by the engine
during recognition. If you need to call OcrWord to change a word in an existing document, you can use a BasicOcrWordAccessor object. - bounds
- Type: System.DrawingRectangle
The bounding rectangle of the object on the page in pixels. - baseline
- Type: SystemInt32
The baseline of the text on the page in pixels.
Return Value
Type:
OcrWord A new
OcrWord(IOcrWordAccessor, Rectangle, Int32) object.
Implements
IOcrFactoryOcrWord(IOcrWordAccessor, Rectangle, Int32)See Also