Click or drag to resize

IOcrGlyphAccessorIsSingleton Property

This property represents a boolean that determines if this glyph is a single character or not.

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
bool IsSingleton { get; }

Property Value

Type: Boolean
A boolean that determines if this glyph is a single character or not.
Remarks
Glyphs in typography may represent more than one individual character. Typically, this done via a ligature wherein two or more characters are joined together. 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