What is SmartReco-C?

SmartReco-C ...

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

The following diagram illustrates the call of the function src_read in a typical SmartReco-C application (line reader):

The handwritten word "WORLD" contained in a binary image is to be read.

First src_open is used to open the required classifier (e.g. handprint alphanumeric USA).

All single characters are then extracted by the application program and processed with src_read, where one character and the corresponding classifier handle must be passed per call. src_read generates a result data record for each character, which among others contains a list of possible unicodes with corresponding quality values (probabilities). Using its context knowledge and the quality values from the result data records of the single characters, the program then forms the required word "WORLD".

src_figur.gif