Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 876 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 876 Bytes

BankOCR Kata

This repository provides a solution for BankOCR kata.

Build status Coverage 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