Sha256: a2ad46d750dcf48b77cc59f3d0609861c1b6b577b1a010bccb202d4e86f625a9
Contents?: true
Size: 801 Bytes
Versions: 5
Compression:
Stored size: 801 Bytes
Contents
= 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 - http://github.com/dannnylo/rtesseract * Rubygems - http://rubygems.org/gems/rtesseract == Copyright Copyright (c) 2010 Danilo Jeremias da Silva. See LICENSE for details.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rtesseract-0.0.6 | README.rdoc |
rtesseract-0.0.5 | README.rdoc |
rtesseract-0.0.4 | README.rdoc |
rtesseract-0.0.3 | README.rdoc |
rtesseract-0.0.2 | README.rdoc |