Question

Is there any open source OCR library written in .NET, or written in any language but can be used in an ASP.NET application?

Was it helpful?

Solution

Use Tessnet.

Tessnet is C++/CLI .NET Wrapper for tessdll (and tesseract) for .NET 2.0.

OTHER TIPS

There is Tesseract and although it has no native .net bindings, it's pretty complete.

The "one to watch" is OCRopus - A Google-sponsored effort that isn't ready for production work yet.

For what it is worth, there is also GOCR. Not tried.

Tesseract OCR was developed by HP and open sourced, I believe. I'm not sure how good the quality is.

As the others are writing Tesseract is a good open source OCR implementation.

Eventhough it is good it is only an OCR engine. It does not do layout detection. If your input is not pure text you could have to figure out the layout yourself.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top