Package version:

Interface DocumentAddressField

A document field that describes a structured physical address.

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: "address"

Field kind: "address".

spans?: DocumentSpan[]

Location of the field in the reading order concatenated content.

value?: AddressValue

The properties of the extracted address.

Generated using TypeDoc