Using Google docs API for OCR in android
android, google-docs-api, ocr
Solution
The Google Documents List API allows to upload PDFs or images and automatically perform OCR to extract their text.
Problem
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?