SimpleOCR:SDK Functions – CreateMultipleImg
SETOFIMG * CreateMultipleImg(void)
Creates an empty set of images.
Return Value
An empty set of images or NULL if the function fails.
Example
SETOFIMG *doc;
doc=CreateMultipleImg();
if (doc==NULL)
{
// error processing
...
}