Defining recognized characters

Contents
[ ]

Aspose.OCR supports a large list of extended Latin, Cyrillic, and Chinese characters. However, a typical image contains no more than half of these characters. You can greatly improve the accuracy and performance of recognition by specifying which characters the OCR engine will look for.

The full workflow is as follows:

  1. Identifying the characters on an image.
    Aspose.OCR provides detailed information about the characters found in the image and their possible alternatives.
  2. Defining the whitelist of characters.
    Limit the set of characters Aspose.OCR engine will look for.
  3. Defining the blacklist of characters.
    Explicitly ignore certain image defects that may be incorrectly recognized as characters.