# File lib/pdf/reader.rb, line 114
    def initialize(input = nil, opts = {})
      if input # support the deprecated Reader API
        @objects = PDF::Reader::ObjectHash.new(input, opts)
      end
    end