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

# ExtractedData

> The ExtractedData object in Vantage JSON output combines a DocumentDefinition (schema) with a RootObject containing the extracted field values.

If a Document skill has been applied, the JSON file will include an **ExtractedData** object.

**ExtractedData** contains two objects, **DocumentDefinition** and **RootObject**.

DocumentDefinition describes the structure of the extracted data. DocumentDefinition specifies the list of all fields that can be extracted from the documents of this type.

RootObject contains the values of the extracted fields and their metadata.

| Property             | Type                 | Description                          |
| :------------------- | :------------------- | :----------------------------------- |
| `DocumentDefinition` | `DocumentDefinition` | The structure of the extracted data. |
| `RootObject`         | `ExtractedObject`    | The extracted data.                  |

If no Document skill has been applied, there will be no **ExtractedData** object in the scheme.
