Identifying the characters

Contents
[ ]

Aspose.OCR can automatically build a list of characters found in an image and provide 4 less likely alternatives of each character (in descending order of probability). This list is provided in recognitionCharactersList property of RecognitionResult object.

Original image

The list of unique characters can later be used for identifying a whitelist to greatly improve the accuracy and performance of recognition.

Alternatives can be used to find out patterns in common recognition errors, such as misidentifying certain characters in a font used in an image, and to take corrective action, such as automatic substitution.