Class: Despeck::Commands::Ocr

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/commands/ocr.rb

Overview

Subcommand that removes watermarks from images & PDFs

Instance Method Summary collapse

Instance Method Details

#executeObject



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

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