IG_REC_recognize function in IG16 Recognition had three parameters: page handle, Recognition Data F file (RDF) name, and a flag specifying whether to save images on the disk. The two last parameters have been removed. Recognition data is not saved into a RDF file anymore, but is attached to the recognition image. Also, images are now kept in memory unconditionally.
C | Copy Code |
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_image_recognize(HIG_REC_IMAGE hImg); |