class PDF::Reader::PageLayout

def col_count

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