Skip to content

Latest commit

 

History

History
 
 
This folder contains demo sample for Android

!!! IMPORTANT !!!

== Access credentials == 

Please modify src/abbyy/ocrsdk/android/AsyncProcessTask.java before running the program.

You need to provide your credentials to connect to Cloud OCR SDK. 
See doInBackground() method.

== Recognition language ==

The sample is pre-configured to recognize English texts. If you
recognize text in other language, you need to modify 'language' variable.
See src/abbyy/ocrsdk/android/AsyncProcessTask.java