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; }
Public Property PrimaryEngine As OcrEngine
Get
Set
Property Value
Type:
OcrEngineRemarks Must not be null. Default value is set by the VotingEngine constructor.
See Also