File size: 600 Bytes
0f1d2e9
8512f4d
 
0f1d2e9
8512f4d
 
 
 
 
 
 
0f1d2e9
 
8512f4d
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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