CheckProcessingUs

Performs data extraction from checks originating from the United States.

Important: This action is deprecated and scheduled to be removed in a future release. Use the ProcessCheck action in the CheckProcessing library. For more information see ProcessCheck.

The CheckProcessingUs action library extends the Datacap general OCR capabilities including Data extraction from checks originating from the US.

Supported image formats

This library supports single-page, black-and-white or 8-bit gray-scale TIF images, or color JPEG images with a resolution of 200-300 DPI. Color depth can be black-and-white (1 bpp), grayscale (8 bpp) or color (24 bpp). 32-bit color is not supported. If color or 8-bit gray scale images are provided, these images are automatically binarized in memory before the recognition, leaving the original image untouched. If wanted, you can use actions to binarize images can before processing so you have a saved black and white image, you could use one a separate action to convert to black and white before performing check recognition. Be aware the binarization of the separate action may not be identical to the method used during recognition.
CAUTION:
The binarization of the separate action may not be identical to the method used during recognition.

The check image must be the size of the check itself. Any borders or white space around the check image must be cropped making the actual image the same size as the check recognition might not be correct.

Example Ruleset

The following shows a specific example ruleset and functions configured to process checks originating from the United States. The page is first converted to black and white, and then run through the check processing action.
Ruleset Detect Checks 
  Function Process Check 
    OCR_AConvertImgageToBW("tio") 
    ProcessCheckUs(false)