PDA

Click to See Complete Forum and Search --> : Image to text?


Techno
Aug 15th, 2007, 11:07 AM
I know usually this isnt possible but, just curious - is it possible to convert a small image, which contains text, into a string/text?

if so - how?

jmcilhinney
Aug 15th, 2007, 06:50 PM
That's exactly what OCR does. It's possible but the algorithms would be extremely complex. I wouldn't like to have to design one or even implement an existing one.

Techno
Aug 15th, 2007, 08:10 PM
thanks

do you know any OCR SDK's available?

jmcilhinney
Aug 15th, 2007, 08:24 PM
I can't say that I do. I'd guess if there were some about they would not be free, given the amount of work it would take to develop one. I guess there could be an open source option about.

Techno
Aug 15th, 2007, 08:32 PM
hmm. thanks any way :)

VBGuy
Aug 17th, 2007, 04:24 PM
This link may help you get started C# Neural Network OCR (http://www.codeproject.com/csharp/Neural_Network_OCR.asp)