Skip to content

xfsnowind/pdf-parser

Repository files navigation

PDF Parser

A FastAPI-based PDF parser application with hot reload feature.

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. 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.

API Documentation

Once the server is running, you can access:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published