Jump to content
Alex40

OCR for iOS and Android

Recommended Posts

Hi everyone,

 

I am currently looking for a good OCR library for converting images with text.

 

Can you suggest any other than Winsoft's which is up to date with the latest Rad Studios?

 

I also noticed that the Winsoft's OCR library doesn't seem to support Cyrillic alphabet recognition.

 

Thank you in advance.

Share this post


Link to post

ImageEN is great, but unfortunately VCL only, and Windows specific.

Edited by Rollo62

Share this post


Link to post
Guest

You can use the google vision api, the first 1000 readings per month are free.

you can use this free api, https://ocr.space/OCRAPI
Requests/month 25,000 free.

you can write a backend server,

If your request is a standalone ocr application that will run entirely within the app, I don't think you can get successful results except for recognizing computer fonts, these structures are trained with many images for a long time, so they can recognize handwriting etc properly, and the data sizes are too large, you cannot store and access it on the phone.

I'm using google vision api right now, it gives good results on handwriting and pictures taken at different inclined angles.
I can get the texts and the positions of the texts on the picture within an average of 0.300 ms.

It can be done via a simple ocr python bridge on fmx.

Share this post


Link to post

Thank you all for the answers!

Edited by Alex40

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×