module RTesseract::Base
Public Instance Methods
temp_file_path()
click to toggle source
# File lib/rtesseract/base.rb, line 9 def temp_file_path Pathname.new(Dir.tmpdir).join("rtesseract_#{SecureRandom.uuid}").to_s end