rtesseract
Ruby library for working with the Tesseract OCR.
REQUIREMENTS:
To work properly rtesseract are needed:
-
Tesseract - Program
-
ImageMagic - Program
-
RMagick - Gem
EXAMPLE USAGE
It's very simple to use rtesseract:
CONVERT IMAGE TO STRING
image = RTesseract.new("my_image.jpg")
image.to_s #Getting the value
CHANGE THE IMAGE
image = RTesseract.new("my_image.jpg")
image.source = "new_image.png"
image.to_s
Note on Patches/Pull Requests
-
Fork the project.
-
Make your feature addition or bug fix.
-
Send me a pull request. Bonus points for topic branches.
Links
-
Github - github.com/dannnylo/rtesseract
-
Rubygems - rubygems.org/gems/rtesseract
Copyright
Copyright © 2010 Danilo Jeremias da Silva. See LICENSE for details.