Batch recognition

Contents
[ ]

Aspose.OCR for Java can read up to 20 images in a single call. Images are be provided as a list of files, a folder, or a ZIP archive. Use RecognizeMultiplePages method of AsposeOCR class. This method supports JPEG, PNG, BMP, GIF, and WBMP images.

This method allows you to optionally customize recognition accuracy, performance, and other settings.

The method returns a list of RecognitionResult objects, corresponding to each recognized page.