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>)