class PDF::Reader::PageLayout

def row_count

def row_count
  @row_count ||= (@page_height / @mean_font_size).floor
end