NAME
PDF::Make::Extract::Line - A line of text words on a common baseline
METHODS
x0, y0, x1, y1
Bounding box coordinates.
bbox()
Returns (x0, y0, x1, y1) as a list.
baseline()
The Y coordinate of the text baseline.
words()
Returns list of PDF::Make::Extract::Word objects.
word_count()
Returns the number of words.
to_string()
Returns words joined by spaces.