document-workflows

Orchestrate ADE document pipelines with parse, classify-then-extract, and export steps.

62|16|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/landing-ai/ade-document-processing-skills --skill document-workflows-landing-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-workflows
Source: https://github.com/landing-ai/ade-document-processing-skills/tree/main/plugins/ade-document-processing/skills/document-workflows
Command: npx skills add https://github.com/landing-ai/ade-document-processing-skills --skill document-workflows-landing-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ADE integration for multi-step document processing pipelines eliminates manual glue code by composing parse, classify-then-extract, split, RAG, and export patterns into reusable workflows.

Core Features & Use Cases

  • End-to-end ADE pipeline patterns: parse, extract, split, and grounding with batch and async processing.
  • RAG pipelines with vector DB ingestion and database export (Snowflake, CSV, DataFrames).
  • Visualization and UI patterns (bounding-box overlays, cropped chunks, word-level grounding) and optional Streamlit UIs to monitor pipelines.

Quick Start

Provide a folder of documents to the skill and it will assemble and run end-to-end ADE workflows across parse, classify-then-extract, and export patterns.

Frequently Asked Questions about document-workflows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an end-to-end document processing pipeline for mixed batches like invoices and receipts?

End-to-end document processing pipelines combine parse, classify-then-extract, and export steps into reusable workflows. You provide a folder of mixed documents, and the pipeline assembles and runs ADE operations automatically to handle batch processing.

Can I prepare RAG pipelines and export extracted document data to Snowflake or DataFrames?

RAG pipelines support vector DB ingestion and database export directly to Snowflake, CSV, and DataFrames. You can prepare processed document chunks for retrieval-augmented generation while simultaneously exporting structured data to your target database.

How do I visualize bounding-box overlays and word-level grounding results from ADE extraction?

Visualization patterns display bounding-box overlays, cropped chunks, and word-level grounding results from ADE extraction. Optional Streamlit UIs can monitor pipelines to visualize how documents are parsed and where extraction boundaries are drawn.

Do I need LandingAI's ADE SDK to assemble scalable document-processing workflows?

LandingAI's ADE SDK components and compatible data tooling are required to assemble robust, scalable document-processing workflows. The pipeline relies on these SDK components to execute parse, extract, split, and grounding operations across batch and async processing.

What is the best way to automate classify-then-extract patterns without manual glue code?

Automating classify-then-extract patterns without manual glue code is done by composing parse, classify-then-extract, split, RAG, and export operations into reusable workflows. This eliminates manual integration by orchestrating ADE pipeline patterns natively.

Does batch processing support async operations for large-scale document workflows?

Batch processing supports async operations for large-scale document workflows. End-to-end ADE pipeline patterns handle parse, extract, split, and grounding with both batch and async processing to ensure scalable document processing.