Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Google docs API for OCR in android

I am trying to develop an android app which uses OCR. The app should be able to scan business cards and other documents to pull the content.

Is it possible to implement this using Google Docs Api? How do I do it?

like image 856
Akhila Nair Avatar asked May 23 '12 07:05

Akhila Nair


3 Answers

The Google Documents List API allows to upload PDFs or images and automatically perform OCR to extract their text.

like image 158
Claudio Cherubino Avatar answered Oct 16 '22 14:10

Claudio Cherubino


You may use Tesseract. It's powerful library and it has java wrapper Tess4jtoo.

like image 32
dg_no_9 Avatar answered Oct 16 '22 13:10

dg_no_9


you can use Google Cloud Vision API. its free for 1-1000 units/month. you can check pricing here

like image 1
Gaurav Avatar answered Oct 16 '22 13:10

Gaurav