Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldData

Package version

Represents recognized elements of label-value pairs.

For example, "Work Address" is the label of "Work Address: One Microsoft Way, Redmond, WA"

Hierarchy

  • FieldData

Index

Properties

Optional boundingBox

boundingBox: Point2D[]

The bounding box of the recognized label or value

Optional fieldElements

fieldElements: FormElement[]

When includeFieldElements is set to true, a list of references to the form elements that constitute this label-value pair.

pageNumber

pageNumber: number

The 1-based page number in the input document.

Optional text

text: undefined | string

The text content of the recognized label or value

Generated using TypeDoc