Click or drag to resize

BasicWordNominatorGlyphConfidenceLimit Property

Gets or sets the limit for deciding if a word should be a candidate. Glyphs in the word with confidence under this limit will cause the word to be a candidate.

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 double GlyphConfidenceLimit { get; set; }

Property Value

Type: Double
Remarks
This value should be between 0 and 1. Useful values will be in the range of 0.50 to 0.70
See Also