ExtractedData
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.
ExtractedData | ||
---|---|---|
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.
22.12.2023 12:36:42