class Despeck::Commands::Ocr
Subcommand that removes watermarks from images & PDFs
Public Instance Methods
execute()
click to toggle source
# File lib/commands/ocr.rb, line 14 def execute puts Despeck::Ocr.new(input_file).text(lang: lang) end