What would you like to see?
Hi team,
The current OCR API works well, but each request takes around 22 seconds to complete, which limits scalability in production.
For large-scale deployments (e.g., 5000+ concurrent users), synchronous calls of 20+ seconds create serious performance bottlenecks. Async or queued processing would greatly improve scalability and user experience.
Describe the solution you'd like
Would it be possible to optimize the API so that responses are under 3 seconds per request? Asynchronous processing or other performance improvements could help achieve this goal.
Describe alternatives you've considered
No response
What would you like to see?
Hi team,
The current OCR API works well, but each request takes around 22 seconds to complete, which limits scalability in production.
For large-scale deployments (e.g., 5000+ concurrent users), synchronous calls of 20+ seconds create serious performance bottlenecks. Async or queued processing would greatly improve scalability and user experience.
Describe the solution you'd like
Would it be possible to optimize the API so that responses are under 3 seconds per request? Asynchronous processing or other performance improvements could help achieve this goal.
Describe alternatives you've considered
No response