27

I searching for a free .Net (C#) library that iIcan use to scan from a document scanner, and then OCR the document, so I can get the text from it to save in a database.

After some search I can not find anyone working in Visual Studio 2010 and .Net 4. Someone knows any libs that works like this?

peterh
  • 11,875
  • 18
  • 85
  • 108
RickardP
  • 2,558
  • 7
  • 34
  • 42

2 Answers2

14

You can use WIA library to control the scanning process and tesseractdotnet for OCR. An updated .NET 4.0 version can be found here.

Updated link to .NET wrapper here

cdsln
  • 830
  • 1
  • 11
  • 33
nguyenq
  • 8,212
  • 1
  • 16
  • 16
3

I think this may be usef for you Tessnet2 a .NET 2.0 Open Source OCR Library

Vinod
  • 4,672
  • 4
  • 19
  • 26