README.rdoc in rtesseract-1.2.5 vs README.rdoc in rtesseract-1.2.6

- old
+ new

@@ -1,12 +1,12 @@ = rtesseract {<img src="https://badge.fury.io/rb/rtesseract.png" alt="Gem Version" />}[http://badge.fury.io/rb/rtesseract] {<img src="https://travis-ci.org/dannnylo/rtesseract.png?branch=master" alt="Build Status" />}[https://travis-ci.org/dannnylo/rtesseract] {<img src="https://coveralls.io/repos/dannnylo/rtesseract/badge.png?branch=master" alt="Coverage Status" />}[https://coveralls.io/r/dannnylo/rtesseract?branch=master] {<img src="https://codeclimate.com/github/dannnylo/rtesseract.png" />}[https://codeclimate.com/github/dannnylo/rtesseract] -{<img src="http://badgr.co/gittip/dannnylo.png" />}[https://www.gittip.com/dannnylo/] + Ruby library for working with the Tesseract OCR. == REQUIREMENTS: To work properly rtesseract are needed: @@ -62,9 +62,14 @@ === OPTIONS Processors Options (_Rmagick_ is default) RTesseract.new("test.jpg", :processor => "mini_magick") + RTesseract.new("test.jpg", :processor => "quick_magick") + + Note: For non process the image use NoneProcessor + + RTesseract.new("test.jpg", :processor => "none") Language Options RTesseract.new("test.jpg", :lang => "deu") * eng - English