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.pyfor 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
beautifulsoup4is missing, install it:
pip install beautifulsoup4 lxml