Block

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

Represents a block of text composed of multiple lines.

Constructors

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

Properties

Link copied to clipboard

The bounding box containing all lines in the block.

Link copied to clipboard

The list of text lines.

Link copied to clipboard

The text content of the block.