20 lines
428 B
Markdown
20 lines
428 B
Markdown
|
# 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
|