In this ambitions project I plan to implement an optical character recognition engine in matlab.
To sum it up , the user inputs an image into matlab, the matlab code them does some image processing on the input image, reduces the noise and then disects the image into possible character objects, and then for each object found in the image, the code tries to guess the most probable character match from a pre-processed set of images.
Output is a word stored in a text file