在ios上从图像中获取文本(图像处理) [英] Getting text from image on ios (image processing)

查看:26
本文介绍了在ios上从图像中获取文本(图像处理)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在考虑制作一个需要从图像中提取文本的应用程序.我没有做过任何类似的事情,我不想自己实现整个东西.是否有任何已知的库或开源代码(支持 ios、objective-C)可以帮助我从图像中提取文本.一个基本的源代码也可以(我会根据我的需要尝试修改它).

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).

如果有人对此有任何想法,请告诉我.

Kindly let me know if some one has any idea on this.

谢谢,维克拉姆

推荐答案

用于在 iOS 上执行 OCR 的主要开源库之一是一个由 google 赞助的开源项目,名为 tesseract.

One of the main open source libraries used to do OCR on iOS is a google-sponsored open source project called tesseract.

以下是有关编译 tesseract 以在 iOS 应用中使用的一些信息:

Here is some info on compiling tesseract for use in iOS apps:

tesseract

同一个人在 github 上有一个很好的示例项目,演示了一个简单的客户端如何使用编译后的库:

The same guy has a nice sample project on github demonstrating how a simple client might use the compiled library:

Pocket-OCR

这篇关于在ios上从图像中获取文本(图像处理)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆