NAME
PDF::Make::Extract::Block - A block of text lines
METHODS
x0, y0, x1, y1
Bounding box coordinates.
bbox()
Returns (x0, y0, x1, y1) as a list.
lines()
Returns list of PDF::Make::Extract::Line objects.
line_count()
Returns the number of lines.
to_string()
Returns lines joined by newlines.