doclining / README.md
bardd's picture
Update README.md
8512f4d verified
---
license: mit
title: docling_page_by_page
sdk: docker
emoji: πŸ“„
colorFrom: yellow
colorTo: red
pinned: true
short_description: Page-by-page document to Markdown API using Docling
app_port: 8000
startup_duration_timeout: 5h
---
# πŸ“„ Docling Page-by-Page API
This Space provides a Docker-based FastAPI service that converts documents
(PDF, DOCX, images) into Markdown using IBM Docling.
PDFs are processed page by page and returned as a single combined Markdown
with page separators.
## Endpoints
- `GET /` – status page
- `POST /convert` – upload document
- `GET /docs` – Swagger UI