PdfTextLine

data class PdfTextLine(val bounds: Rectangle, val spans: List<PdfTextSpan>)

One line of text: spans whose Y origins cluster within Y_CLUSTER_TOL × font size. Spans are stored left-to-right.

Constructors

Link copied to clipboard
constructor(bounds: Rectangle, spans: List<PdfTextSpan>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard