- Install the requirements.
- For the endpoints refer the main.py file.
- Run a uvicorn server with : "uvicorn main:app --reload --port 5000" without the quotes
- Go to the URL and at the end write /docs and press enter.
- From there you can easily test the endpoints and upload your pdf file.
- To see the extracted images go to the root directory of the project.