Is there any iphone Class that converts images to

2019-02-15 13:26发布

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?

2条回答
甜甜的少女心
2楼-- · 2019-02-15 14:04

I have used tesseract. Its accuracy ranges from 0-100% depending upon various factors like how well the image is captured,fonts and color of the text etc.

But it can give you very good result if you have a very clear image with very clear text.

查看更多
Juvenile、少年°
3楼-- · 2019-02-15 14:15

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

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

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

查看更多
登录 后发表回答