Open source OCR [closed]

2019-03-08 13:06发布

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

标签: .net ocr
5条回答
祖国的老花朵
2楼-- · 2019-03-08 13:19

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.

查看更多
Lonely孤独者°
3楼-- · 2019-03-08 13:22

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.

查看更多
地球回转人心会变
4楼-- · 2019-03-08 13:23

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

查看更多
爷的心禁止访问
5楼-- · 2019-03-08 13:23

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

查看更多
何必那么认真
6楼-- · 2019-03-08 13:24

Use Tessnet.

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

查看更多
登录 后发表回答