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
Related skills
More from mhliulgy/my-skills
document-image-extractor
从 Word (.docx) 和 PDF (.pdf) 文档中提取图片并保存到指定文件夹。使用场景包括:(1) 从 Word 文档提取图片,(2) 从 PDF 文档提取图片,(3) 批量提取多个文档的图片,(4) 提取文档中的所有图片素材
38alphaxiv-paper-lookup
Look up any arxiv paper on alphaxiv.org to get a structured AI-generated overview. This is faster and more reliable than trying to read a raw PDF.
36code-ocr
使用百度 OCR 高精度含位置版将代码截图转换为文本文件,保持原始缩进。使用场景包括:(1) 将代码截图识别为可编辑文本,(2) 从截图提取代码,(3) 图片转代码文字。触发条件:用户提到"截图转文字"、"OCR"、"识别代码"、"图片转文本"、"code screenshot to text
25remotion-best-practices
Best practices for Remotion - Video creation in React
2