I am thinking of making an application that requires extracting TEXT from an image. I haven't done any thing similar and I don't want to implement the whole stuff on my own. Is there any known library or open source code (supported for ios, objective-C) which can help me in extracting the text from the image. A basic source code will also do (I will try to modify it as per my need).
我正在考虑开发一个需要从图像中提取文本的应用程序。我没有做过类似的事情,我也不想自己实现所有的东西。是否有任何已知的库或开放源代码(支持ios、objective-C)可以帮助我从图像中提取文本。一个基本的源代码也可以(我将根据我的需要修改它)。
Kindly let me know if some one has any idea on this.
如果有人对此有任何想法,请告诉我。
Thanks, Vikram
谢谢,维克拉姆
1 个解决方案
#1
21
One of the main open source libraries used to do OCR on iOS is a google-sponsored open source project called tesseract.
在iOS中使用OCR的主要开源库之一是一个google赞助的开放源码项目tesseract。
Here is some info on compiling tesseract for use in iOS apps:
下面是一些关于在iOS应用程序中编译tesseract的信息:
超正方体
The same guy has a nice sample project on github demonstrating how a simple client might use the compiled library:
同样的人在github上有一个很好的示例项目,演示了一个简单的客户机如何使用已编译的库:
Pocket-OCR
#1
21
One of the main open source libraries used to do OCR on iOS is a google-sponsored open source project called tesseract.
在iOS中使用OCR的主要开源库之一是一个google赞助的开放源码项目tesseract。
Here is some info on compiling tesseract for use in iOS apps:
下面是一些关于在iOS应用程序中编译tesseract的信息:
超正方体
The same guy has a nice sample project on github demonstrating how a simple client might use the compiled library:
同样的人在github上有一个很好的示例项目,演示了一个简单的客户机如何使用已编译的库:
Pocket-OCR