CheckProcessingUK
Performs data extraction from checks originating from the United Kingdom.
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.
This library supports single page, black and white or 8 bit gray-scale TIF
and images, or color JPEG images with a resolution of 200-300 DPI. If the
images are colored or 8 bit gray scale, these images are automatically binarized in memory before
the recognition, leaving the original image untouched. You can use actions to binarize images before
processing so you have a saved black and white image. You can use a separate action to convert to
black and white before performing check 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. You must crop any borders or white space around the check image making the actual image the same size, as the check recognition might not be correct.
The following shows a specific example ruleset and functions
configured to process checks originating from the United Kingdom.
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")
ProcessCheckUK(false)