Method: Despeck::Commands::Ocr#execute

Defined in:
lib/commands/ocr.rb

#executeObject



14
15
16
# File 'lib/commands/ocr.rb', line 14

def execute
  puts Despeck::Ocr.new(input_file).text(lang: lang)
end