catilac / bankOCR

Reads in numbers displayed in ascii, converts to actual integers, and calculates checksum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank OCR Kata Reads in a file of digital read outs of account numbers. Look at test.dat for an example

The program does additional processing to calculate a checksum, and print out whether there is a scan error ("ILL") or a checksum error ("ERR")

To run the program: python bankOCR.py

About

Reads in numbers displayed in ascii, converts to actual integers, and calculates checksum


Languages

Language:Python 100.0%