andy
andy

Reputation: 8881

Programmatically reading text from an image

My question is similar to this one 842986/how-to-read-text-written-on-a-image, except I'm looking for a way to do it programmatically.

Essentially, does anyone know of a good, and simple, .NET compatible library, that is able to take in, say, a bitmap object or image object, and give me back any text on that image?

cheers

Upvotes: 0

Views: 2100

Answers (1)

JohnFx
JohnFx

Reputation: 34917

Try searching for a technology called "OCR" which stands for Optical Character Recognition. There are tons of apps out there that do this including several with a programming SDK.

For example: http://www.simpleocr.com/Info.asp

Upvotes: 2

Related Questions