Skip to content

Files

Latest commit

7af1e7e · Feb 8, 2024

History

History
6 lines (6 loc) · 371 Bytes

README.md

File metadata and controls

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