A FastAPI-based PDF parser application with hot reload feature.
- Install dependencies:
pip install -r requirements.txt
- Run the development server (with hot reload):
python run_dev.py
The server will start at http://localhost:8000 with hot reload enabled. Any changes to the Python files will automatically trigger a server restart.
Once the server is running, you can access:
- API documentation at http://localhost:8000/docs
- Alternative documentation at http://localhost:8000/redoc