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