扫描图像到可读文本
我想知道有没有一种方法可以通过编写代码来将带有文本的扫描图像转换为可读文本?这可能吗?
I am wondering is there a way to get scanned image with text to be converted to readable text by writing code for it? Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
OCRTools 是我用于 .net
对于 Java 的,我使用过 Aspire 过去,它非常好,但有点可怕。我听说过很多关于 tesseract 的内容,您不妨检查一下。
如果您对答案感到困惑:您正在寻找的是光学字符识别软件的 API/SDK。您在问题中提出的问题指向从头开始构建 OCR。这需要了解图像处理(主要是对象识别)。
OCRTools is what I use for .net
For Java, i've used Aspire in the past, it's very good, a little scary though. I've heard a lot about tesseract, you might as well check that out.
If you are getting confused by the answer: What you are looking for is an Optical Character Recognition software's API/SDK. What you've asked in the question points to building an OCR from scratch. That requires understanding Image Processing (mainly object recognition).