46
Views
6
Comments
Using OCR in a mobile application
Question
Hi guys.

I'm looking for OCR component to be integrated in a mobile application I'm currently developing, however I couldn't find any reference on this matter on the community.

Have anybody successfully worked with any OCR component, or even successfully integrated a mobile application with an online OCR As A Service provider?

Any information, guidance or tips on this matter is more than welcomed.

Kind regards,

Rafael.
2016-11-20 11-27-52
João Neves
Hi Rafael,

Sometime ago I played with the OCR from Abbyy. It's fairly easy to implement an extension to use their SDK.
But since Platform 9 supports REST it should be even more easy to use their REST cloud services.

You can find more details and setup a trial here:
https://ocrsdk.com/
UserImage.jpg
Rafael Fanchini
Thank you very much João!

I'll take a look at your suggestions and come back in case of additional questions. On top of that, any other idea from the community will be more than welcomed.

Kind regards,

Rafael.
2014-10-21 20-15-17
Alberto Ferreira
I am also interessed in that subject. I have already checked the abbyy solution...It's good but expensive. Anyone have an cheaper alternative?
2016-11-20 11-27-52
João Neves
Hi,

You can try Tesseract: https://www.nuget.org/packages/Tesseract/ (.Net version available through nuget)
It's an open source engine from Google, but not as accurate as Abbyy.
2014-10-21 20-15-17
Alberto Ferreira
Thanks João Neves. I will check. Do you already use it?
2016-11-20 11-27-52
João Neves
I did while ago.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.