Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldText

Package version

Represents recognized text elements of label-value pairs. For example, "Work Address" is the label of "Work Address: One Microsoft Way, Redmond, WA"

Hierarchy

  • FieldText

Index

Properties

Optional boundingBox

boundingBox: Point2D[]

The bounding box of the recognized label or value

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

Optional textContent

textContent: FormContent[]

When includeTextDetails is set to true, a list of references to the text elements constituting this name or value.

Generated using TypeDoc