20 Megabytes. That's enough for most applications.
If you need to process multipage document exceeding this limit, use sequential calls of submitImage and call processDocument after that.
The .net sample is able to process multipage documents. The procedure is simple - call submitImage on all the pages, and do processDocument after that.
Comments
3 comments
20 Megabytes. That's enough for most applications. If you need to process multipage document exceeding this limit, use sequential calls of submitImage and call processDocument after that.
Hi,
Thanks for the info.
But what do you mean by 'use sequential calls of submitImage and call processDocument after that.'??
I'm new to this, you have any samples done before on this?
The .net sample is able to process multipage documents. The procedure is simple - call submitImage on all the pages, and do processDocument after that.
Please sign in to leave a comment.