this is my first question in stackoverflow !
i am looking for a framework that support building character recognition systems. i have found gamera in python http://gamera.informatik.hsnr.de/addons/index.html, & Lipi toolkit in C++ (http://lipitk.sourceforge.net/) i also heard that we could do that with matlab, but from scratch, what i am looking for, is a toolkit in java offring possibility to add, change new algorithms in sample way, in every level (pre-processing, feauture extraction, recognition, post-processing , and so on..) this is for research purposes.
thanks in advance.