Ocr

Levu

Well-known member
Joined
Jun 13, 2007
Messages
51
Location
Norway - Drammen
Programming Experience
1-3
Hello. Currently I am trying to make a OCR program.
Its going to recognize from scanned files.
The problem is that the verson I got, is rather unstable. It was made by the former guy that worked here. So I want to make a new one. His seems to crash whenever it feels like.

Anyway to make OCR in vb.net? and any tips/tricks/walktrough on it?

I am sorry if a post like this has been made before, but I can't search for 3 letters. Need 4 min..
 
I have always used third party things to create programs the could ocr documents. As for actually making an object that can ocr I am not too familiar with. But even most of the ones I got from other people had memory leaks and caused issues so good luck writing your own.
 
but I can't search for 3 letters. Need 4 min..
try different words that lead to the same thing, "recognition" for example. MS Office libraries have something called "MODI" that can be used to recognize text from images, see if you can find anything about this.
 
Back
Top