> ## 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.

# Supported File Types

> See which file types the Parse v2 API can parse: PDFs and images.

export const parseDpt3 = 'Parse';

export const ade = 'Agentic Document Extraction';

The Parse v2 API can parse the file types listed in the table below. Support depends on the method you use: the [Playground](https://ade.landing.ai/my/playground/ade) or the [API](https://docs.landing.ai/api-reference/parse/ade-parse).

## Supported Formats

<table class="file-types-table">
  <thead>
    <tr>
      <th>File Type</th>
      <th>Playground</th>
      <th>API</th>
    </tr>
  </thead>

  <tbody>
    <tr class="section-row">
      <td><strong>PDF</strong></td>

      <td />

      <td />
    </tr>

    <tr>
      <td>PDF</td>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr class="section-row">
      <td><strong>Images</strong></td>

      <td />

      <td />
    </tr>

    <tr>
      <td>JPEG</td>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>JPG</td>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>PNG</td>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>GIF</td>
      <td><span class="x-icon">×</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>BMP</td>
      <td><span class="x-icon">×</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>TIFF</td>
      <td><span class="x-icon">×</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>TIF</td>
      <td><span class="x-icon">×</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>WEBP</td>
      <td><span class="x-icon">×</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>
  </tbody>
</table>

## How Files Are Handled

* **PDFs** are processed one page at a time, so each page is parsed independently.
* **Images** are treated as a single page.

## File Size and Page Limits

For size and page limits, see [Rate Limits](./rate-limits).
