We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
使用 Tessnet。
Tessnet 是适用于 .NET 2.0 的 tessdll(和 tesseract)的 C++/CLI .NET 包装器。
Use Tessnet.
Tessnet is C++/CLI .NET Wrapper for tessdll (and tesseract) for .NET 2.0.
有 Tesseract,虽然它没有本机 .net 绑定,但它非常完整。
“值得一看”的是 OCRopus - 一项由 Google 赞助但尚未准备就绪的项目尚未进行生产工作。
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.
就其价值而言,还有 GOCR。 没试过。
For what it is worth, there is also GOCR. Not tried.
我相信 Tesseract OCR 是由 HP 开发的并且是开源的。 我不确定质量有多好。
Tesseract OCR was developed by HP and open sourced, I believe. I'm not sure how good the quality is.
正如其他人正在编写的那样,Tesseract 是一个很好的开源 OCR 实现。
尽管它很好,但它只是一个 OCR 引擎。 它不进行布局检测。 如果您的输入不是纯文本,您可能必须自己确定布局。
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.