Does my plug-in need to support suspending items?

Does my plug-in need to support suspending items?

The suspend functionality was designed for scanners that can:
  1. Stop an item in the scanner
  2. Return the MICR, OCR, and in some cases images
  3. Allow the operator to key something
  4. Make a pocket and/or endorsement decision
  5. Send the item to the target pocket
This feature is usually available on large scanners and on a few small ones.  The Ranger Scanner Plug-in Developer's Guide describes how you can indicate if your plug-in supports the suspend feature or not.

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

    • Related Articles

    • What is the plug-in certification process?

      Since our certification process is evolving, we will not charge you for the first certification. There are the high-level certification steps: Send us a scanner to test with. Email us your plug-in some source code and TransportInfo.ini and ...
    • How will my plug-in be installed?

      You'll create an installation script based on the sample installation script in the plug-in SDK. Your plug-in installer will install and uninstall all of the device drivers, DLL and support files needed to run your plug-in. During the plug-in ...
    • What is the most portable way to support manual-drop feeding?

      Most Ranger-based applications support manual-drop feeding. Applications typically implement manual-drop feeding in a generic way which supports both manual-drop feeding items normally and after an exception. Due to the way manual-drop feeding is ...
    • Should I create a new project or use the sample plug-in code?

      We recommend that you create a new plug-in project and copy in the code that you need from our sample projects. Ranger® - The universal check scanner interface Copyright © 2023 Silver Bullet Technology www.sbullet.com
    • How can I make the Canon CR-180 out-sort items with MICR reject characters?

      You'll need to set the UseCouponSorting option in the driver options file - CR180Options.ini See: How can I make the Canon CR-190i out-sort items with MICR reject characters? (reference CR-180 instead of CR-190i). Ranger® - The universal check ...