bylanding-ai· 2 skills
Parses, extracts, and classifies documents using LandingAI's Agentic Document Extraction (ADE). Supports PDFs, images, spreadsheets, and presentations; outputs structured Markdown with hierarchical JSON. Covers schema-based field extraction (JSON Schema or Pydantic), document classification and splitting by type, page-level classification (Classify API), hierarchical table of contents generation (Section API), async processing for large files (Parse Jobs) and async extraction for long documents or large schemas (Extract Jobs), and visual grounding (bounding boxes, page numbers). Use when parsing documents into structured Markdown, extracting specific fields with a schema, classifying mixed document batches, classifying pages before parsing, generating a table of contents from a document, processing large files asynchronously, running long-running extractions asynchronously, or when the user mentions bounding boxes, word locations, grounding, or highlighting where data appears in a document.
$npx -y skills add landing-ai/ade-document-processing-skills --skill document-extractionInstalls 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-extraction"` 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.