Defining recognized characters

Contents
[ ]

Aspose.OCR for JavaScript via C++ supports a large list of extended Latin, Cyrillic, and Asian 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. Defining the whitelist of characters.
    Limit the set of characters Aspose.OCR engine will look for.
  2. Defining the blacklist of characters.
    Explicitly ignore certain image defects that may be incorrectly recognized as characters.