DocumentFieldCommon interface

Fields that are common to all DocumentField variants.

Properties

boundingRegions

Bounding regions covering the field.

confidence

Confidence of correctly extracting the field.

content

The verbatim extracted text content of the field.

spans

Location of the field in the reading order concatenated content.

Property Details

boundingRegions

Bounding regions covering the field.

boundingRegions?: BoundingRegion[]

Property Value

confidence

Confidence of correctly extracting the field.

confidence?: number

Property Value

number

content

The verbatim extracted text content of the field.

content?: string

Property Value

string

spans

Location of the field in the reading order concatenated content.

spans?: DocumentSpan[]

Property Value