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.

Automated install script — one command deploys docling-serve on port 5013 with both an API and a web UI. First document parse takes longer while models download.
View on GitHub

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

PortPurpose
5013Docling REST API and web UI at /ui/ (mapped from container port 5001)

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions