Class: RTesseract::Configuration

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/rtesseract/configuration.rb

Instance Method Summary collapse

Instance Method Details

#commandObject



11
12
13
# File 'lib/rtesseract/configuration.rb', line 11

def command
  @table[:command]
end

#merge(options) ⇒ Object



7
8
9
# File 'lib/rtesseract/configuration.rb', line 7

def merge(options)
  RTesseract::Configuration.new(to_h.merge(options))
end