Gifted-oNe's picture
Add HuggingFace configuration README
f903d3c
|
Raw
History Blame Contribute Delete
408 Bytes
---
title: Puff N Parse Backend
emoji: ๐Ÿš€
colorFrom: yellow
colorTo: green
sdk: docker
pinned: false
---
# Puff n Parse Backend Engine
This is the FastAPI backend for the Puff n Parse / OCRuserious platform.
It provides PDF parsing (via pdfplumber) and OCR (via EasyOCR) to extract structured JSON data.
- **Docs:** `/docs` (Swagger UI)
- **Upload:** `POST /api/upload`
- **Export:** `POST /api/export`