eaa4da6adee8fb1bb565cf175b57c7041706de9b
OCR
This project implement an OCR in C. The OCR use a one layer neural network to reconise charactere.
Compile
You can use this program with this command
make
./OCR
When the program run you should first load an image in BitMap format
Then you can upgrade the quality of your image with our different options. When you are ready simply press play
Clean
Use make clean to delete all trash files
Description
Languages
Python
72.4%
C
27.1%
Makefile
0.5%