LandingAI 搞了两个 Agent Skills,装上后让 Claude Code 这类编程智能体直接对话里就能搭文档处理流水线,省掉你手写 API 脚本的功夫。
LandingAI 将 Agentic Document Extraction 升级为两个 Agent Skills:document-extraction 提供 Markdown 结构化、JSON Schema 字段抽取、按文档类型拆分、按页分类等原子操作,document-workflows 则支持并行批处理、混合文档流水线、RAG 准备及 Snowflake 导出等功能。这些技能可被 Claude Code、Codex、Cursor 等编程智能体在对话中直接调用,无需手写脚本。其中大文件处理能力达约 1GB / 6000 页,并支持元素级坐标与置信度。
LandingAI 把 Agentic Document Extraction 从「API 文档 + 手写脚本」升级成 Agent Skills ——让 Codex、Claude Code、Curs...
LandingAI 把 Agentic Document Extraction 从「API 文档 + 手写脚本」升级成 Agent Skills ——让 Codex、Claude Code、Cursor 等 Coding Agents 在对话里直接写出可用的文档处理流水线 github.com/landing-ai/ade… # 两个 Skill 的分工 1. document-extraction — 原子操作 · Parse:结构化 Markdown + 层级 JSON · Extract:JSON Schema / Pydantic 字段抽取(发票、表单、表格等) · Split:混合批次按文档类型拆分 · Classify:按页分类路由(Preview) · TOC:生成目录结构(Preview) · 大文件:异步处理(最高约 1GB / 6000 页) · Visual grounding:元素级坐标与置信度 2. document-workflows — 生产级组合 · 并行批处理(ThreadPool / async) · Classify → Extract 混合文档流水线 · RAG 准备:语义分块、embedding、ChromaDB/FAISS · 导出 DataFrame / CSV / Snowflake · 可视化标注(bbox 叠加、词级高亮) · Streamlit 交互 UI LandingAI @LandingAI Turn Claude Code into a Document Processing Agent! We just released Agentic Document Extraction (ADE) skills for AI coding agents. Install them in Claude Code, Cursor, or any AI coding agent that supports the Agent Skills convention. The skills help you incorporate ADE into your document processing workflows directly from your coding environment. Two skills are included - document-extraction for core operations and document-workflows for end-to-end pipeline patterns. The skills include guidance and patterns for dependency installation, API client setup, and error handling, so your agent handles these for you. Install on Claude Code: /plugin marketplace add landing-ai/ade-document-processing-skills /plugin install ade-document-processing @ade -document-processing-skills 🔗 View Quoted Tweet 💬 0 🔄 0 ❤️ 0 👀 65 ⚡