File size: 1,034 Bytes
b12284c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ---
title: ISP Handbook OCR Engine
emoji: 📄
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
license: mit
app_port: 7860
---
# ISP Handbook OCR Engine
Extracts structured content from uploaded handbook PDFs using a hybrid
text + OCR pipeline. Supports table detection, real-time editing, and
multi-format export (PDF, DOCX, HTML, JSON).
## Endpoints
| Method | Path | Description |
|--------|----------------------|------------------------------------|
| GET | `/` | Health probe |
| GET | `/health` | Detailed health check |
| GET | `/docs` | Swagger UI |
| POST | `/extract` | Plain text extraction |
| POST | `/extract-structured`| Structured extraction with tables |
| POST | `/export` | Export edited content to file |
| POST | `/save` | Persist to platform database |
|