class PDF::Inspector::Page

def show_text_with_positioning(*params)

def show_text_with_positioning(*params)      
  # ignore kerning information
  @pages.last[:strings] << params[0].reject { |e| Numeric === e }.join
end