Help Center/ Optical Character Recognition/ FAQs/ API/ Does OCR Support Batch Recognition?
Updated on 2025-10-23 GMT+08:00

Does OCR Support Batch Recognition?

OCR currently supports recognizing one image per API call and does not offer built-in batch recognition capabilities.

To implement batch recognition, additional development is required. You will need to write code based on your own tech stack (for example, Java, Python, Go) to encapsulate the logic for single-image recognition. Then, by looping through API calls, you can pass in multiple images one by one. It is also important to design a concurrency control strategy based on the number of images and business priorities to avoid triggering rate limits due to high request volume, ensuring efficient and stable batch processing.