- Fixed a configuration error that wouldn't allow you to do different kinds of calls on the same object, for example calling .to_box and then .to_s would result in unexpected behavior.
- Added confidence for each word in box mode
- Changed RTesseract::Command to receive a block when success run
- Removed nokogi dependency.
- Updated dependencies by security alerts.
- Updated dependencies by security alerts.
- Updated dependencies by security alerts.
- Fix some problems with commanders gem
- Refactoring all gem to working with tesseract version 4 or above
- Support to generate searchable PDF
- Refactoring of some small classes
- Support to options --tessdata-dir, --user-words and --user-patterns
- Ruby 2.3.0 to travis tests.
- Refactoring of some classes
- Crop options is a hash with x,y,w,h keys.
- Areas of RTesseract::Mixed now changed :width to :w and :height to :h.
- Support to quick_magick gem.