Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormWord

Package version

Represents an recognized word.

Hierarchy

Index

Properties

boundingBox

boundingBox: Point2D[]

Bounding box of an recognized word.

Optional confidence

confidence: undefined | number

Confidence value.

Optional containingLine

containingLine: FormLine

The recognized text line that contains this recognized word

kind

kind: "word"

Element kind - "word"

pageNumber

pageNumber: number

The 1-based page number in the input document.

text

text: string

The text content of the word.

Generated using TypeDoc