Just a RubyMotion sample project which uses the OCR engine, Tesseract
ocr = TesseractWrapper.alloc.init
image_with_text = UIImage.imageNamed('phototest.gif').CGImage
ocr.scan(image_with_text) # returns a String containing the detected text in the image