简体   繁体   English

如何在iPhone SDK中识别图像?

[英]How to Recognize image in iphone sdk?

i wanna ask that , is there any api to recognize image? 我想问一下,有没有可以识别图像的api?

i need read data from image...can i read numbers which is printed on image.. 我需要从图像中读取数据...我可以读取打印在图像上的数字吗?

It seems as though there is no built in function for OCR and this would have to be a custom aspect not found in foundation. 似乎没有用于OCR的内置功能,这必须是在Foundation中找不到的自定义方面。

Good luck! 祝好运!

You can always download an open-sourced, external library (package) to do the OCR. 您始终可以下载开源的外部库(程序包)来执行OCR。 GOCR is one example. GOCR就是一个例子。

There are many OCR libraries available for reading text from an image. 有许多OCR库可用于从图像读取文本。 You can check my answer Mobile OCR Engine for iPhone app 您可以查看我的答案iPhone版移动OCR引擎应用程序

and for reading numbers only check my answer How to read numbers only in an image 对于仅读取数字,请检查我的答案如何仅在图像中读取数字

Hope it helps you. 希望对您有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM