Click or drag to resize

IOcrWordAccessorWord Property

This property is used for setting the OcrWord that this accessor is attached to.

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
OcrWord Word { get; set; }

Property Value

Type: OcrWord
Remarks
This property is used when an OcrWord is constructed. Typically, an OcrEngine will construct an object that meets IOcrWordAccessor first, then construct the OcrWord via an IOcrFactory. Finally, it will set the Line property to the constructed OcrWord.
See Also