OCR project

This commit is contained in:
brice.boisson
2022-02-08 19:16:25 +01:00
commit eaa4da6ade
3475 changed files with 126899 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# 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