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 Support/iPhone Simulator/6.1/Applications/A5938C0C-ED55-476C-A8C2-B7C0ECC59688/Documents/tessdata/eng.traineddata
Do I need to install something else to get it to work?
Reactions are currently unavailable
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 Support/iPhone Simulator/6.1/Applications/A5938C0C-ED55-476C-A8C2-B7C0ECC59688/Documents/tessdata/eng.traineddata
Do I need to install something else to get it to work?