Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentWord

Package version

A word object consisting of a contiguous sequence of characters. For non-space delimited languages, such as Chinese, Japanese, and Korean, each character is represented as its own word.

Hierarchy

  • DocumentWord

Index

Properties

Optional boundingBox

boundingBox: number[]

Bounding box of the word.

confidence

confidence: number

Confidence of correctly extracting the word.

content

content: string

Text content of the word.

span

Location of the word in the reading order concatenated content.

Generated using TypeDoc