motion-ocr
motion-ocr copied to clipboard
A RubyMotion wrapper for the OCR engine Tesseract
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...
very simple project with only in the app delegate ocr = MotionOCR.new image_with_text = UIImage.imageNamed('ocr-test.png').CGImage puts ocr.scan(image_with_text) But the application fails with the following error Error opening data file /Users/Elie/Library/Application...
How easy would it be to get this to also work on OS X? When I compile it I obviously get an error on `#import `.