Batch recognition
Contents
[
Hide
]
Aspose.OCR for C++ can read up to 20 PNG, JPEG or BMP images in a single call. Images are be provided as a list of files, a folder, or a ZIP archive. Use one of the following methods:
Method | Description |
---|---|
pages_multi() |
Read all images from a folder or a ZIP archive. Subfolders and nested archives are not supported. |
pages_multi_array() |
Read images provided as an array or paths. |
pages_multi_array_from_raw_bytes() |
Read images provided as pixel arrays. |
These methods allow you to optionally customize recognition accuracy, performance, and other settings.