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

Chavjoh/OCRNeuralNetworkCPP

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published