Skip to content

Ferdev/motion-tesseract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion-Tesseract

Just a RubyMotion sample project which uses the OCR engine, Tesseract

Use

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

About

Just a RubyMotion wrapper for the OCR library Tesseract

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages