bylanding-ai· 2 skills
Builds end-to-end document processing pipelines using LandingAI ADE. Covers batch and async processing, classify-then-extract workflows for mixed document types, RAG pipelines with vector DB ingestion, database integration (Snowflake, CSV, DataFrames), visualization (bounding box overlays, cropped chunk images, word-level annotation), and Streamlit UIs. Use when composing ADE parse/extract/split operations into multi-step pipelines, processing document batches in parallel, loading extraction results into databases, or visualizing/annotating extracted content. Complements the document-extraction skill (which covers single ADE SDK operations); use when those operations need to be chained into workflows or when word-level grounding, bounding box visualization, or annotation is required.
$npx -y skills add landing-ai/ade-document-processing-skills --skill document-workflowsInstalls into the current project.
Run `npx skills use "https://github.com/landing-ai/ade-document-processing-skills" --skill "landing-ai/ade-document-processing-skills/document-workflows"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/landing-ai/ade-document-processing-skills" that are relevant to the current task. Run `npx skills add "https://github.com/landing-ai/ade-document-processing-skills"` and select the relevant skills, then follow their instructions.