Skip to content

[Feature]: Asynchronous / Faster API Processing #29

Description

@InocencioC

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions