Click or drag to resize

VotingEnginePrimaryEngine 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.4.0.9.0.377 (.NET 4.5.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