README.rdoc in rtesseract-1.3.2 vs README.rdoc in rtesseract-1.3.3
- old
+ new
@@ -68,9 +68,17 @@
Note: For non process the image use NoneProcessor
RTesseract.new("test.jpg", :processor => "none")
+Or you can config default processor first:
+
+ RTesseract.configure do |config|
+ config.processor = "mini_magick"
+ end
+
+ RTesseract.new("test.jpg") # It will use mini_magick by default
+
Language Options
RTesseract.new("test.jpg", :lang => "deu")
* eng - English
* deu - German