README.rdoc in rtesseract-1.1.0 vs README.rdoc in rtesseract-1.2.0

- old
+ new

@@ -9,11 +9,11 @@ == REQUIREMENTS: To work properly rtesseract are needed: * Tesseract - Program * ImageMagic - Program -* RMagick or mini_magick - Gem +* RMagick or mini_magick or quick_magick - Gem Atention: Version 1.0.0 works fine with Ruby 2.0 and tesseract 3.0 and lower versions of rtesseract works fine with Ruby 1.8 and tesseract 2.0.4. == EXAMPLE USAGE @@ -55,9 +55,29 @@ {:x => 180, :y=>22, :width=>20, :height=>28}, {:x => 218, :y=>22, :width=>24, :height=>28}, {:x => 248, :y=>24, :width=>22, :height=>22} ]}) mix_block.to_s + +=== OPTIONS + +Processors Options (_Rmagick_ is default) + + RTesseract.new("test.jpg", :processor => "mini_magick") + +Language Options + + RTesseract.new("test.jpg", :lang => "deu") + * eng - English + * deu - German + * deu-f - German fraktur + * fra - French + * ita - Italian + * nld - Dutch + * por - Portuguese + * spa - Spanish + * vie - Vietnamese + Note: Make sure you have installed the language to tesseract == Contributing to rtesseract * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. \ No newline at end of file