Package version:

Interface DocumentWord

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

Properties

confidence: number

Confidence of correctly extracting the word.

content: string

Text content of the word.

polygon?: Point2D[]

Bounding polygon of the entity.

Location of the word in the reading order concatenated content.

Generated using TypeDoc