Hi,
I would like a library (preferably free) that is capable to read characters from an image and convert them to text. The input I will have is not a document, but a set of bitmaps that contain only one character each, and return a character in ASCII format for each bitmap.
The format of the input bitmap will be binarized and the size can be changed from 10*10 pixels to about 100*100 pixels.
Thanks for any help provided.
Update
I noted the program is being built successfully, but when running the code, it is exiting the program on
tessnet2.Tesseract tessocr = new tessnet2.Tesseract();