Closed rkarmuri closed 6 months ago
The docker image successfully created the Flask component. The docker image successfully created the React Vite component. The React component shows the webpage to upload the image and download the CSV after PDF processing. There were no issues encountered when connecting the Flask and React components. Therefore, the issue is resolved.
We could create the docker image, but some issues are running the Flask and React components using the docker. The docker image couldn't install the Python library PyMuPDF using the docker build. Try to come up with a new library that serves the purpose of extracting images from the PDF like the pdf2image or PyPDF2 to work with the docker build. Also, the react component although it builds the image and opens port 5173, doesn't create the frontend webpage. Try to resolve these issues and make the application run using docker images.
Success criteria: