views:

543

answers:

2

What are the best paid for OCR libraries for .net c#? We are looking for something reasonable that is backed with good support.

+1  A: 

We used to use ABBYY Finereader Engine for document archiving solutions for Governmental and Corporate customers. Very good support and reliable solution.

Rafal Ziolkowski
+3  A: 

Disclaimer: I work for Atalasoft

We make an OCR engine that provides an abstraction to other vendors OCR engines. You write simple .NET code and then choose the vendor you want. We support Abbyy, the Google Tesseract engine and our own Glyphreader. We are also working on adding others. The various engines offer different cost/performance/accuracy characteristics -- you choose what works best for you and your customers -- they can be swapped out with one line of code.

You can read a CodeProject to get an idea how to use our product here:

http://www.codeproject.com/KB/showcase/SearchablePDFs.aspx

and you can download an evaluation here:

http://www.atalasoft.com/products/dotimage/ocr/

We provide remarkable support -- please call us [ 413-572-4443 / 866-568-0129 ] if you need help. We'd be happy to set up a 1-on-1 webinar to get your evaluation started quickly.

Lou Franco
+1 I will back Atalasoft's products and expertise.
AJ