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; }
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