The problem DocsEase.com solves
In today's digital age, the management and processing of documents play a crucial role in various sectors, including education, government, and corporate environments. However, many individuals encounter challenges when dealing with document-related tasks, such as resizing photos, converting file formats, and extracting information from PDFs. To address these challenges, we propose the development of a comprehensive Document Management and Processing Solution.
Challenges we ran into
- To build the intuitive user interfaces.
- Handling file uploads, especially when the uploads were big and it took quite a while to get uploaded to our server.
- Handling the files and storing them in cloudinary with proper names to be able to retrieve easily later.
- Figuring out the user flow of the entire project. Since this is a production level application it's tough to think about a user flow.
- Using sharp library for image processing. We had no experience and had to read the docs.