This question already has an answer here:
这个问题在这里已有答案:
- Java OCR implementation [closed] 5 answers
Java OCR实现[关闭] 5个答案
Hey guys is it possible to read text from an image, like how you go to submit a form and it ask you to fill in the text inside image. I want to know if it is possible to read the text inside it. If so, what language?
嘿伙计们可以从图像中读取文本,比如你如何提交表单,并要求你填写图像中的文字。我想知道是否可以阅读其中的文字。如果是这样,用什么语言?
David Biga
EDIT:
I am not trying to read captcha I was just giving an example of an image with text in it.
我不是想读取验证码我只是给出了一个带有文本的图像的例子。
1 个解决方案
#1
4
It is possible to read text with Optical Character Recognition.
可以使用光学字符识别来读取文本。
However, CAPTCHAs are designed to thwart this, in order to distinguish humans from computers.
但是,CAPTCHAs旨在阻止这种情况,以便将人与计算机区分开来。
#1
4
It is possible to read text with Optical Character Recognition.
可以使用光学字符识别来读取文本。
However, CAPTCHAs are designed to thwart this, in order to distinguish humans from computers.
但是,CAPTCHAs旨在阻止这种情况,以便将人与计算机区分开来。