GitXplorerGitXplorer
j

OCR

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
916528346f6105c11f8eb7acc1e76bdf63e5f815

Final

jjustjish committed 9 years ago
Unverified
ed7098ba70744d7260b183c3a1df0cad52a8bf46

:tada: Added .gitattributes & .gitignore files

jjustjish committed 9 years ago

README

The README file for this repository.

Sujish Patel

This program that takes in multiple images of hand written letters and trains itself on the characteristics of each letter. Then it uses that trained information in order to identify the letters on a given image. • Step 1: Training the program to be able to identify letters using a set of training images • Step 2: Use the now trained program to identify the letters on a given image

In order to run a test of this program simple call on the "OCR_Recogition" function and pass an image file along with it.

Try the following commands to test:

OCR_Recogition('test1.bmp') OCR_Recogition('test2.bmp')