Open Issues Need Help
View All on GitHubAI Summary: Implement asynchronous OCR processing for uploaded documents in the UnravelDocs application. This involves choosing between using a message queue (e.g., RabbitMQ, Kafka) or Spring's `@Async` functionality. The solution should handle task queuing, background processing, status updates, and robust error handling. The goal is to improve user experience by decoupling OCR processing from the initial upload, making uploads faster and more responsive.
UnravelDocs is a File Extractor API that extracts information from up,loaded files and converts them into editable docs and pdf.