是否有任何iPhone类可以将图像转换为文本格式? [英] Is there any iphone Class that converts images to text format?

查看:97
本文介绍了是否有任何iPhone类可以将图像转换为文本格式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开发一个iPhone应用程序,它将某些图像转换为文本格式.我想知道是否有任何内置库可以实现此目的?

I want to develop an iPhone application that is going to convert some sort of images to text formats. I want to know that is there any built-in library for achieving this purpose?

推荐答案

我想您是在问有关从图像(OCR)识别文本的问题,而不是关于将图像文件编码为base64的问题

I suppose you are asking about recognizing text from images (OCR) and not about something like encoding image file into base64

iPhone中没有内置的OCR库.

There's no build-in OCR libraries in iPhone.

根据您的预算以及要达到的精度,您可以尝试

Depending on your budget and what accuracy you trying to achieve, you can try

  • Commertical OCR - MSDK from ABBYY http://abbyy.com/mobileocr/iphone - high accuracy, customer support, etc. but costs money. Disclaimer: I work for ABBYY
  • Open Source OCR - Tesseract http://code.google.com/p/tesseract-ocr/ - completely free, but less accurate. This sample shows how to run it on iPhone: https://github.com/nolanbrown/Tesseract-iPhone-Demo

这篇关于是否有任何iPhone类可以将图像转换为文本格式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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