docling-convert

Installation
SKILL.md

Docling Convert

Use this skill to run document conversion through a local Docling service instead of ad-hoc parsing.

Quick Start

  • Assume the Docling service is already deployed locally and reachable at http://localhost:5001.
  • Prefer scripts/docling_gradio_convert.py for repeatable work. It wraps the documented Gradio API and handles submission, waiting, and archive extraction.
  • Install the required client before running the script:
pip install gradio_client
  • If URL jobs need placeholder image repair and beautifulsoup4 is missing, install it:
pip install beautifulsoup4 lxml
Related skills
Installs
11
GitHub Stars
1
First Seen
Mar 14, 2026