Document Workflows — ADE Pipeline Patterns Overview This skill provides reusable building blocks for composing LandingAI ADE primitives (parse, extract, split) into production-ready document processing pipelines. It complements the skill: | Concern | | | |---------|----------------------|---------------------| | Scope | ADE SDK API: parse, extract, split, grounding | End-to-end pipelines: batch, RAG, DB, classify-route | | When | Need to call a single ADE operation | Need to compose operations into a workflow | | Code | SDK method calls with parameters | Complete functions with error handling…