gharraph / KataBankOCR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kata Bank OCR

This is a solution for Kata Bank OCR problem described at codingdojo.org/cgi-bin/wiki.pl?KataBankOCR

The solution includes up to User Story 3. User Story 4 is not solved yet.

to run this program you will need to:

  1. clone this git repo by running:

git clone github.com/gharraph/KataBankOCR.git

  1. cd to KataBankOCR directory

  2. accept Gemset settings by typing y and hit enter

  3. run “bundle install” in your terminal (command line)

  4. run “ruby lib/digit_parser.rb”

  5. check file “OCR_results.txt” for running the application on “OCR_output.txt”

About


Languages

Language:JavaScript 67.2%Language:Ruby 32.8%