class PDF::Inspector::Page

def show_text(*params)

def show_text(*params)
  @pages.last[:strings] << params[0]
end