views:

227

answers:

6

What are best tools available for Data Capturing from Scanned Images? Doesn't matter they are free or paid. They should be able to convert scanned images to data (text, image, tables etc.). Most importantly they should have API to integrate with .NET 2.0 for automation.

Edit: The input data will generally be Text, Images, Tables places in the image. These images will basically be scanned pages from Catalogs containing data.

A: 

You mean OCR (Optical Character Recognition)?

Robert Gould
+1  A: 

Here are some example products:

Aspire

Ocrtools

All these SourceForge .NET OCR's

tomaszs
A: 

I recommend that you take a look into ReadIris Pro, which claims to have Automated Document Processing. There's a good chance that it has some form of API, although I have not actually verified that.

I do know that it is happy with text, tables, and handprinting (handwriting in all caps), and as an added bonus can recognise barcodes.

It does cost, though, but it not prohibitively expensive.

Jonathan
+1  A: 

ABBYY FineReader OCR API conforms to COM and can be used in C/C++, Visual Basic, .Net, Delphi, etc.

Rob Kam
A: 

You can use the people in Amazon's Mechanical Turk, you can program the people to do whatever you want, you can look at their API documentation for more info.

Osama ALASSIRY
A: 

AForge has alot of useful machine vision stuff.

JasonRShaver