Docling Serve quay.io/docling-project/docling-serve https://quay.io/repository/docling-project/docling-serve bridge false sh https://forums.unraid.net/topic/193982-support-docling-serve-convert-documents-to-markdownjson/ https://github.com/docling-project/docling-serve ### What is Docling? Docling is an open-source toolkit (from IBM Research) that converts documents (PDF, DOCX, images, HTML, etc.) into structured Markdown or JSON. It’s great for RAG and local document processing. **Highlights** - Multi-format parsing with layout understanding and table extraction. - Simple API + optional Web UI. - Runs locally on your Unraid box; keep your data private. **Default Endpoints** - API: `http://[IP]:[PORT:5001]` - Docs: `http://[IP]:[PORT:5001]/docs` - Web UI: `http://[IP]:[PORT:5001]/ui` (set `DOCLING_SERVE_ENABLE_UI=1`) **Notes** - First run may download AI models; caches are persisted to appdata so subsequent starts are faster. http://[IP]:[PORT:5001]/ui https://raw.githubusercontent.com/docling-project/docling/refs/heads/main/docs/assets/logo.png ocr;pdf;docx;markdown;json;table extraction;layout;document ai;rag AI: Productivity: **GPU (optional):** - Install the NVIDIA Driver plugin and reboot. - Choose a CUDA branch below (e.g., cu128) and add `--gpus all` in Extra Parameters. latest Base image (amd64/arm64) quay.io/docling-project/docling-serve cpu CPU-only (no CUDA required) quay.io/docling-project/docling-serve-cpu cu128 CUDA 12.8 (GPU) quay.io/docling-project/docling-serve-cu128 cu126 CUDA 12.6 (GPU) quay.io/docling-project/docling-serve-cu126