Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormLine

Package version

Represents a recognized text line.

Hierarchy

Index

Properties

Optional appearance

appearance: Appearance

Text appearance properties, such as style.

boundingBox

boundingBox: Point2D[]

Bounding box of a recognized word.

kind

kind: "line"

Element kind - "line"

pageNumber

pageNumber: number

The 1-based page number in the input document.

text

text: string

The text content of the line.

words

words: FormWord[]

List of words in the text line.

Generated using TypeDoc