| Property | Type | Description |
|---|---|---|
DocumentDefinition | DocumentDefinition | The structure of the extracted data. |
RootObject | ExtractedObject | The extracted data. |
Extracted Data
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.
If no Document skill has been applied, there will be no ExtractedData object in the scheme.
