Package version:

Interface DocumentObjectField<Properties>

A DocumentField that consists of several named properties that have their own DocumentField values.

Type Parameters

  • Properties = {
        [k: string]: DocumentField | undefined;
    }

Hierarchy

Properties

boundingRegions?: BoundingRegion[]

Bounding regions covering the field.

confidence?: number

Confidence of correctly extracting the field.

content?: string

The verbatim extracted text content of the field.

kind: "object"

Field kind: "object".

properties: Properties

The extracted object properties. Each property of this object is, itself, a nested DocumentField.

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

Generated using TypeDoc