> ## Documentation Index
> Fetch the complete documentation index at: https://docs.landing.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Home

export const splitJSON = 'split rules';

export const split = 'ADE Split';

export const adePythonLibrary = 'ade-python';

export const dpt2mini = 'DPT-2 mini';

export const dpt2 = 'DPT-2';

export const dpt1 = 'DPT-1';

export const dpt = 'Document Pre-Trained Transformer';

export const companyName = 'LandingAI';

export const extract = 'ADE Extract';

export const parse = 'ADE Parse';

export const ade = 'Agentic Document Extraction';

<div className="homepage-section">
  <h1 className="homepage-title">
    Parse Documents with {ade}
  </h1>

  <div className="homepage-description">
    Learn how to get started with [{ade}](https://va.landing.ai/).
  </div>

  <div className="homepage-card-spacing">
    <CardGroup cols={2}>
      <Card title="Playground" icon="file-import" href="https://va.landing.ai/">
        Just getting started? Load your documents in our Playground to see immediate results.
      </Card>

      <Card title="Quickstart" icon="play" href="ade/ade-quickstart">
        Make your first API call in minutes.
      </Card>
    </CardGroup>

    <CardGroup cols={2}>
      <Card title="API Reference" icon="code" href="https://docs.landing.ai/api-reference/tools/ade-parse">
        Integrate using our API.
      </Card>

      <Card title="What's New" icon="star" href="ade/ade-changelog">
        Learn about changes and new features in {ade}.
      </Card>
    </CardGroup>
  </div>
</div>

<div className="homepage-section">
  <h1 className="homepage-title">
    Scale with Our Libraries
  </h1>

  <div className="homepage-description">
    Use our Python and TypeScript libraries to build custom scripts and scale document processing.
  </div>

  <div className="homepage-card-spacing">
    <CardGroup cols={2}>
      <Card title="Python Library" icon="python" href="./ade/ade-python">
        Integrate document parsing into Python applications, data pipelines, and automation scripts.
      </Card>

      <Card
        title="TypeScript Library"
        icon={
  <>
    <img className="block dark:hidden" src="/images/ts-logo-512-03221Dxcf.png" alt="TypeScript" style={{ width: "1.5rem", height: "1.5rem", margin: 0 }} />
    <img className="hidden dark:block" src="/images/ts-logo-512-DBFF9B.png" alt="TypeScript" style={{ width: "1.5rem", height: "1.5rem", margin: 0 }} />
  </>
}
        href="./ade/ade-typescript"
      >
        Build type-safe Node.js applications and web services with full IDE support.
      </Card>
    </CardGroup>
  </div>
</div>
