BankOCR Kata

This repository provides a solution for BankOCR kata.

Build status

What is it about?

How to install

gem install backocr

How to run?

bankocr process input_path output_path

Tests

To run test use the following commands:

gem install bundler
bundle install
bundle exec rspec spec