How Can We Help?

SimpleOCR:SDK Functions – CreateMultipleImg

You are here:
< All Topics

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 
...
}
Contact Us for FREE Consultation on Your OCR Project
=
Table of Contents

Title

Go to Top