OCR project
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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
|
||||
Reference in New Issue
Block a user