ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : AlternativeCharacters Property |
Alternative character values are commonly available for characters that are frequently misrecognized during the OCR process. For example, 'i' and 'l' are common alternatives for each other. Characters recognized with high confidence will typically not have any alternative character values in which case an empty collection is returned.
This is a read-only property. If the ImGearRecPage.SetLetters method is called with an array of ImGearRecLetter class objects that has been modified, this property will be cleared after the subsequent call to ImGearRecPage.Recognize.