Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextLine

Package version

An object representing an extracted text line.

Hierarchy

  • TextLine

Index

Properties

boundingBox

boundingBox: number[]

Bounding box of an extracted line.

Optional language

language: Language

The detected language of this line, if different from the overall page language.

text

text: string

The text content of the line.

words

words: TextWord[]

List of words in the text line.

Generated using TypeDoc