Skip to content

Latest commit

 

History

History
 
 
This folder contains demo sample for Android

!!! IMPORTANT !!!

== Access credentials == 

Please modify src/android/demoActivity.java before running the program.

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

== Recognition language ==

The sample is pre-configured to recognize English texts. If you
recognize text in other language, you need to change the behaviour using 
ProcessingSettings.AsUrlParams() method.

See src/com/abbyy/ocrsdk/ProcessingSettings.java