BasicOcrGlyphAccessorIsSingleton Property |
Checks to see if the glyph is represented by more than one letter.
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 virtual bool IsSingleton { get; }
Public Overridable ReadOnly Property IsSingleton As Boolean
Get
Property Value
Type:
Boolean True if the character is only one letter, false otherwise.
Implements
IOcrGlyphAccessorIsSingletonRemarks 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