Click or drag to resize

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

Property Value

Type: OcrWord

Implements

IOcrWordAccessorWord
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 Word property to the constructed OcrWord.
See Also