Click or drag to resize

VotingEngine.PrimaryEngine Property

Sets or gets the primary engine used for Ocr.

Namespace:  Atalasoft.Ocr.Voting
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public OcrEngine PrimaryEngine { get; set; }

Property Value

Type: OcrEngine
Remarks
Must not be null. Default value is set by the VotingEngine constructor.
See Also