How do I enable image file set support?

How do I enable image file set support?

When Ranger is is in the TransportChangeOptions state call:
  1. Ranger.SetGenericOption("OptionalDevices", "NeedImaging", "true");
  2. Ranger.SetGenericOption("OptionalDevices", "NeedFrontImage1", "true");
  3. Ranger.SetGenericOption("OptionalDevices", "NeedRearImage1", "true");
  4. Ranger.SetGenericOption("FrontImage1", "StorageFile", "FIM");
  5. Ranger.SetGenericOption("RearImage1", "StorageFile", "RIM");
The default location where image file sets are stored is in "c:\images".  Make sure that the folder "c:\images" exists and that all users have access to it. 

You can change the folder where Ranger stores image file sets by making the following calling when Ranger is in the TransportChangeOptions state:
  1. Ranger.SetGenericOption("Imaging", "RootCaptureDirectory",  "<your\directory\path>");

Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • 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 set CAPI Ini file options through Ranger?

      The application can set the following values with the call to "SetDriverOption". After calling "EnableOptions" these options will be copied to the corresponding CAPI ini files. Use caution when setting these vales as they will overwrite the options ...
    • What are "Sequential Image Filesets?"

      Sequential File Sets are compatible with the image capture files created by most Unisys check scanners and sorters. Ranger's Sequential File Sets are used by a few Unisys resellers who also support non-Unisys scanners. Ranger® - The universal check ...
    • Must I use Image File Sets to store images captured using Ranger?

      You do not need to save images into Image File Sets unless you need Ranger compatibility with large Unisys check scanner/sorters. You can access the images in the Ranger "InPocket" event via the GetImageAddress() and GetImageByteCount() functions. If ...
    • 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 ...