Project

bankocr

0.0
No commit activity in last 3 years
No release in over 3 years
["Solution", "in", "ruby", "of", "BankOCR", "Kata:", "http://code.joejag.com/coding-dojo-bank-ocr/"]
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
~> 3.0

Runtime

~> 0.19
 Project Readme

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