===========
Simple tool to convert image to table html.
Add this line to your application's Gemfile:
gem 'image2table'
And then execute:
$ bundle
Or install it yourself as:
$ gem install image2table
image2table -i image_path -o html output
- Fork it ( https://github.com/LesPepitos/image2table/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request