Skip to content

Releases: AATINF/pdf-extractor-dsh-plugin

v1.0.0 - 三条路径全部就绪

Choose a tag to compare

@AATINF AATINF released this 15 Aug 15:29

PDF Extractor DSH Plugin v1.0.0

让 AI Agent 直接处理 PDF:提取 / 拆分 / 合并 / 旋转,100% 纯本地执行,文件不上传。

三条接入路径(已全部实测)

路径 方式 门槛
A. DSH Skill SKILL.md + Python CLI(pypdf) 最低:Python 3.11+
B. MCP Server Node.js stdio MCP Server 中:任意 MCP 客户端可接
C. Cordis 原生插件 TypeScript,注册为一等工具 高:需 DSH 源码仓库

验证信息

  • 已在 DSH v0.1.0-rc.5 + Windows 实测通过(标准 / 极简 / PTC 三模式)
  • 4 个工具:extract_pages / split_pdf / merge_pdfs / rotate_pages
  • 加密 PDF:Path A 支持密码(pypdf);Path B/C 返回明确错误提示

快速开始(Path A,30 秒)

pip install pypdf
python path-a-skill/pdf_tool.py extract --input your.pdf --pages "1-3"

详见仓库 README。MIT 许可。