Click or drag to resize

OcrGlyphIsSingleton Property

True if this glyph represents a single character.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsSingleton { get; }

Property Value

Type: Boolean
A boolean that indicates if this glyph represents a single character.
Remarks
Glyphs in typography may represent more than one individual character. A common example is a ligature - two or more characters joined into a single glyph. This property makes it possible to determine if that is the case in order to better reconstruct an image or to facilitate searching through the text.
See Also