Video coming soon…
🤖 Setup Docling — Document Parser for RAG Pipelines
Deploy Docling on Ubuntu with Docker — IBM's document parser that converts PDFs, DOCX, and more into clean Markdown and JSON for LLM and RAG pipelines, with an API and UI on port 5013.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/docling/docling-ubuntu.sh
chmod +x docling-ubuntu.sh
./docling-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/ai/docling/docling-ubuntu.sh
2 Make it Executable
chmod +x docling-ubuntu.sh
3 Run the Installer
./docling-ubuntu.sh
4 Open the UI or Call the API
http://your-server-ip:5013/ui/
Ports Used
| Port | Purpose |
|---|---|
| 5013 | Docling REST API and web UI at /ui/ (mapped from container port 5001) |