Go to file
brice.boisson eaa4da6ade OCR project 2022-02-08 19:16:25 +01:00
Generate-data OCR project 2022-02-08 19:16:25 +01:00
ImageTreatment OCR project 2022-02-08 19:16:25 +01:00
NeuralNetwork OCR project 2022-02-08 19:16:25 +01:00
images OCR project 2022-02-08 19:16:25 +01:00
src OCR project 2022-02-08 19:16:25 +01:00
Makefile OCR project 2022-02-08 19:16:25 +01:00
README.md OCR project 2022-02-08 19:16:25 +01:00
all.h OCR project 2022-02-08 19:16:25 +01:00
main.c OCR project 2022-02-08 19:16:25 +01:00
main.glade OCR project 2022-02-08 19:16:25 +01:00

README.md

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