Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
This folder contains demo sample for Windows Phone

The sample project requires Windows Phone SDK installed before the project can
be opened with Visual Studio. Windows Phone SDK can be downloaded from
http://dev.windowsphone.com/en-us/downloadsdk

!!! IMPORTANT !!!

== Access credentials == 

Please modify CloudDemo\ProcessingPage.xaml.cs before running the program

You need to provide your credentials to connect to Cloud OCR SDK. 
See ProcessingPage() constructor

== Recognition language ==

The sample is pre-configured to recognize English and Russian texts. If you
recognize text in other language, you need to change the behaviour using 
ProcessingSettings.SetLanguage() method.
See CloudDemo\ProcessingPage.xaml.cs\PhoneApplicationPage_Loaded()