Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
你必须付出一些努力来编译,但 Tesseract 是一个很好的解决方案。
要编译它,请查看 http://iphone.olipion.com/cross-compilation/tesseract- OCR。有关示例应用程序,请参阅 http://robertcarlsen.net/tag/tesseract
You would have to make some efforts to compile but Tesseract is good solution.
For compiling it look http://iphone.olipion.com/cross-compilation/tesseract-ocr. For sample application see http://robertcarlsen.net/tag/tesseract
有许多库可用于从图像中提取文本。 您可以查看我的答案
将 OCR 限制为仅提供数字Tesseract SDK提供了黑名单和白名单字符的方法
使用此方法您可以限制只识别数字。
希望有帮助。
There are many libraries available for extracting text from images. You can check my answer
For restricting OCR to provide numbers only Tesseract SDK provides method as blacklist and whitelist characters
Using this method you can restrict only numbers to be recognized.
Hope it helps.