Line

data class Line(val text: String, val boundingBox: LiteRTExt.BoundingBox, val elements: List<LiteRTExt.Text.Element>)

Represents a line of text composed of multiple elements.

Constructors

Link copied to clipboard
constructor(text: String, boundingBox: LiteRTExt.BoundingBox, elements: List<LiteRTExt.Text.Element>)

Properties

Link copied to clipboard

The bounding box containing all elements in the line.

Link copied to clipboard

The list of text elements.

Link copied to clipboard

The text content of the line.