|
|
--- |
|
|
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 |
|
|
|