Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormSelectionMark

Package version

Represents a recognized selection mark.

Selection marks include checkboxes, radio buttons, etc.

Hierarchy

Index

Properties

boundingBox

boundingBox: Point2D[]

Bounding box of a recognized word.

Optional confidence

confidence: undefined | number

Confidence value.

kind

kind: "selectionMark"

Element kind - "selectionMark"

pageNumber

pageNumber: number

The 1-based page number in the input document.

state

The state of the mark, either "selected" or "unselected".

Optional text

text: undefined | string

Optional text content of the form element.

Generated using TypeDoc