Our OCR is made by four students of EPITA, for the third semester.
This OCR resolves a Sudoku grid on a picture. Our Neural Network can detect digits. Our OCR is powered by a simple neuronal network who is able to recognize simple digits on a given picture.
Use the SDL library SDL to compile this OCR.
For Ubuntu operating systems :
(Ubuntu)
sudo apt install libsdl1.2-dev
(Other) : Compile this OCR, use a shell.
First compile this project by :
cd src && make
To clean this OCR :
cd src
make clean
You will find the subject of our OCR at this address SUBJECT
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.