C++ implementation of an optical character recognition with OpenCV Neural Network.
- Visual Studio 2013
- OpenCV 2.48
To configure Visual Studio with OpenCV, read this article.
Launch dataset installation script with :
python DatasetInstallation.py
And wait ... This may take some time.
The installation script will
- Remove old dataset
- Download dataset
- Extract dataset
- Prepare dataset to be used with the program (renames folders and files)
Don't hesitate to fork this project, improve it and make a pull request.
This project is under Apache 2.0 License.