Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a free .Net (C#) library that I can use to scan and OCR documents? [closed]

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?

like image 266
RickardP Avatar asked May 05 '12 05:05

RickardP


People also ask

Is Freenet still active?

Freenet is a distributed datastore, so once content is uploaded to Freenet, it will remain on Freenet forever, as long as it remains popular, without fear of censorship or denial of service attacks, and without needing to run your own web server and keep it online constantly.

Is Freenet free?

Freenet is free and open source software available under GPLv2+. The source code is on GitHub.

Is Freenet anonymous?

Freenet is a peer-to-peer platform for censorship-resistant, anonymous communication. It uses a decentralized distributed data store to keep and deliver information, and has a suite of free software for publishing and communicating on the Web without fear of censorship.


2 Answers

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

like image 84
nguyenq Avatar answered Oct 03 '22 03:10

nguyenq


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

like image 42
Vinod Avatar answered Oct 03 '22 04:10

Vinod