vb.net 如何在 Visual Basic 中实现 Tesseract OCR?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26149899/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How I can implement Tesseract OCR in Visual Basic?
提问by
I want to implement Tesseract OCR in my project, and use it. But i don't know how this works.
我想在我的项目中实现 Tesseract OCR,并使用它。但我不知道这是如何工作的。
I know that Tesseract OCR takes an image and converts to simple text. What do I need to do that? What do I need to download?
我知道 Tesseract OCR 拍摄图像并转换为简单的文本。我需要做什么?我需要下载什么?
I am using Visual Basic 2013 Express Edition.
我使用的是 Visual Basic 2013 速成版。
采纳答案by nguyenq
Check out the .Net wrapper for tesseract-ocrproject.
查看tesseract-ocr项目的.Net 包装器。

