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

# Extract data from documents in Advanced Designer

> Choose the right Advanced Designer scenario based on document structure — structured, semi-structured, unstructured, or mixed.

To extract data from documents in Advanced Designer, create a [Document skill](/vantage/documentation/advanced-designer/document-skills/document-skills). The activities you use depend on the structure of your documents — Vantage groups documents into four broad categories.

## Document types

### Structured documents

**Structured documents** (also known as fixed forms) always carry the same fields in the same layout, or in a very small number of layouts. Examples: forms, questionnaires, surveys.

<Frame>
  <img src="https://mintcdn.com/abbyy/NXewBo345IS17i7w/images/vantage/advanced-designer/sampledocument_structured.png?fit=max&auto=format&n=NXewBo345IS17i7w&q=85&s=5248704187f4fb4f6488bfc147a8e9ee" alt="Sample structured document — a form with consistent field positions" width="507" height="676" data-path="images/vantage/advanced-designer/sampledocument_structured.png" />
</Frame>

### Semi-structured documents

**Semi-structured documents** carry similar information across documents, but field locations, sizes, and counts vary. Vantage uses spatial and logical relationships between elements to locate the data. Examples: invoices, payment orders, bills of lading.

<Frame>
  <img src="https://mintcdn.com/abbyy/NXewBo345IS17i7w/images/vantage/advanced-designer/sampledocument_semistructured.png?fit=max&auto=format&n=NXewBo345IS17i7w&q=85&s=51dc6d9239328cb1a92787af634578b5" alt="Sample semi-structured document — an invoice with varying field positions" width="582" height="745" data-path="images/vantage/advanced-designer/sampledocument_semistructured.png" />
</Frame>

### Unstructured documents

**Unstructured documents** are freeform text in paragraphs and sentences, where the fields you need may span pages. Examples: contracts, emails, research articles.

<Frame>
  <img src="https://mintcdn.com/abbyy/NXewBo345IS17i7w/images/vantage/advanced-designer/sampledocument_unstructured.png?fit=max&auto=format&n=NXewBo345IS17i7w&q=85&s=33bc09e875a6b80b57b6863633d2c4a9" alt="Sample unstructured document — paragraphs of freeform text" width="603" height="735" data-path="images/vantage/advanced-designer/sampledocument_unstructured.png" />
</Frame>

### Mixed document sets

A **mixed document set** contains documents of different types — for example, semi-structured and unstructured together, or single documents that mix the two (paragraphs of plain text alternating with tables).

## Pick a scenario

Once you've identified your document type, follow the matching scenario.

<CardGroup cols={2}>
  <Card title="Process structured documents" icon="table-cells" href="/vantage/documentation/advanced-designer/use-cases/process-structured">
    Build skills for forms with fixed or limited layouts.
  </Card>

  <Card title="Process semi-structured documents" icon="file-invoice" href="/vantage/documentation/advanced-designer/use-cases/process-semi-structured">
    Build skills for invoices, bills of lading, and similar varying-layout documents.
  </Card>

  <Card title="Process unstructured documents" icon="file-lines" href="/vantage/documentation/advanced-designer/use-cases/process-unstructured">
    Build skills for contracts, emails, and other freeform text.
  </Card>

  <Card title="Process mixed sets" icon="layer-group" href="/vantage/documentation/advanced-designer/use-cases/process-mixed">
    Handle document sets that combine multiple structure types.
  </Card>
</CardGroup>
