class PDF::Reader::PageLayout

def col_count

def col_count
  @col_count ||= ((@page_width  / @mean_glyph_width) * 1.05).floor
end