VitCaptcha
A gem for solving the Captcha on VIT Academics page. Ruby port of CaptchaParser.
Installation
Make sure you have the RMagick gem installed. Then,
Add this line to your application's Gemfile:
gem 'vit_captcha'
And then execute:
$ bundle
Or install it yourself as:
$ gem install vit_captcha
Usage
require "vit_captcha"
img = Captcha.new("captcha.bmp")
captcha = img.get_captcha
Contributing
- Fork it ( https://github.com/[my-github-username]/vit_captcha/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