document-image-extractor
Installation
SKILL.md
Document Image Extractor
从 Word 和 PDF 文档中提取图片的 skill。
依赖安装
使用前需要安装依赖(默认用户已安装):
conda run -n claude-code pip install python-docx pymupdf
使用方法
基本命令
conda run -n claude-code python scripts/extract_images.py <文档路径> [-o <输出目录>]