- Step1: Clone the repository: git clone https://github.com/sarthakpriyadarshi/DocumentAI-Backend
- Step2: Install dependencies with pip install -r requirements.txt
- Step3: Configure Google Document AI credentials and endpoint in .env
- Step4: Run the service locally with uvicorn main:app --reload or deploy via Docker
- Step5: Send POST requests to /extract_text or /extract_form with PDF/image files
- Step6: Receive structured JSON responses and integrate into your application