Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 804 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 804 Bytes

OCRNeuralNetworkCPP

C++ implementation of an optical character recognition with OpenCV Neural Network.

Requirements

  • Visual Studio 2013
  • OpenCV 2.48

Visual Studio configuration

To configure Visual Studio with OpenCV, read this article.

Dataset installation

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)

Feedback

Don't hesitate to fork this project, improve it and make a pull request.

License

This project is under Apache 2.0 License.