As promised, here are some details about my new OCR project. It is an implementation of Shape Context matching, using the Munkres assignment algorithm to solve the weighted bipartite matching problem. I will be using Thin Plate Splines to evaluate potential matches. I am also implementing the Canny edge detection algorithm for this project.
I hope to be able to release some code examples in the next couple of weeks, so stay tuned.