What's the best Image setting for OCR?

What's the best Image setting for OCR?

To provide the best OCR reading results, Canon recommends using the "TextEnhanced" image mode as their number one recommendation and "AdaptiveThreshold" as the second choice. 

You may want to try both and pick the option that yields the best OCR results for your specific items.  "TextEnhanced" mode is the default value. 

The TextEnhancedBrightness option may also be adjusted to fine-tune the images as needed to optimize OCR reading for your particular documents.

These options are can be set manually in CR-180 driver options file (CR180Options.ini) or by making the following calls prior to calling Ranger's EnableOptions() function.
  1. Ranger.SetDriverOption("FrontBitonalImage", "ImageMode", "TextEnhanced");
  2. Ranger.SetDriverOption("FrontBitonalImage", "TextEnhancedBrightness", "128");

Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • How do I setup Ranger's OCR parameters?

      If your check scanner supports OCR reading, then you define OCR parameters in Ranger's GenericOptions.ini file. Values in the GenericOptions.ini file and can be modified either manually or by calling Ranger's SetGenericOption() function prior to ...
    • How do I get OCR and image data for pocket and print decisions and on the VX P?

      The following only works with two pocket models or models that have a "reverse gear". The Panini check scanners use snippet areas to get OCR. Setting an OCR area in the GenericOptions.ini file defines a snippet area. The GenericOptions "[OcrReader1]" ...
    • Do I need to define an image snippet to use OCR on an S1 Vision?

      No, Ranger defines an image snippet automatically when you enable an OCR read zone. Ranger® - The universal check scanner interface Copyright © 2023 Silver Bullet Technology www.sbullet.com
    • Can the application set the image resolution?

      Yes. Today this is done by setting image resolution(s) in your plug-in's unique option file. The plug-in guide lists the standard names for these options. RangerFlex is pretty limited. We need to do a major overhaul on it in order to support an ...
    • How can I change the image resolution for the SS Pro/Value/Adaptive?

      For Ranger for SS Pro/Value/Adaptive v2.X.X.X (CAPI): The setting below will change the bitonal and grayscale image resolution. Grayscale resolution will be half the bitonal. The option needs to be set through the Ranger driver option in ...