Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentFieldCommon

Package version

Fields that are common to all DocumentField variants.

Hierarchy

Index

Properties

Optional boundingRegions

boundingRegions: BoundingRegion[]

Bounding regions covering the field.

Optional confidence

confidence: undefined | number

Confidence of correctly extracting the field.

Optional content

content: undefined | string

The verbatim extracted text content of the field.

Optional spans

spans: DocumentSpan[]

Location of the field in the reading order concatenated content.

Generated using TypeDoc