What is SmartReco-S?

SmartReco-S ...

----------------------------------------

The following diagram illustrates the call of the function srs_read in a typical SmartReco-S application:

The task in hand is to process a stack of similar binary or grayscale images (of forms, checks, lottery tickets, identification cards etc.) where each image contains several OCR read areas (in our case a CMC7 and an OCR-A read area).

First all required classifiers are opened with srs_open. All images are then read with srs_read, where the respective image, the coordinates of one read area and the corresponding classifier handle are to be passed per call. When the stack has been processed, the open classifiers are closed with srs_close.

srs_figut.gif