Andy Shin

Results 1 issues of Andy Shin

I am trying to use motion-ocr with the following code: Rakefile ``` ruby $:.unshift("/Library/RubyMotion/lib") require 'motion/project/template/ios' require 'motion-ocr' begin require 'bundler' Bundler.require rescue LoadError end Motion::Project::App.setup do |app| # Use...