Skip to main content
DocumentDefinition contains an object of type RootConcept.

DocumentDefinition

Extracted elements are represented by concepts. Each concept corresponds to one type of object and has a unique name, ID, and fields description.

Concept

ConceptField describes the structure of the extracted fields. A field may contain values of different types, either simple (e.g. string, data, number, bool, or image) or combined (i.e. a child object).

ConceptField

EnumValue describes the Enum element of the ConceptField object.

EnumValue

The EnumValues property is not implemented.
Cardinality specifies whether the field recurs multiple times in the document.

Cardinality

If Min=0 and Max=1, the field must not recur in the document. If Min=0 and Max= -1, the field may recur multiple times in the document.