Navigation Menu

Skip to content

Commit

Permalink
Tips for first-time users.
Browse files Browse the repository at this point in the history
Set credentials and recognition language.
  • Loading branch information
Abbyy committed Jan 10, 2012
1 parent 7eb79ff commit b8fe192
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Android/README
@@ -0,0 +1,19 @@
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

12 changes: 12 additions & 0 deletions Java/README
@@ -0,0 +1,12 @@
This folder contains demo sample for Java

!!! IMPORTANT !!!

== 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

1 change: 1 addition & 0 deletions WindowsPhone/CloudDemo/ProcessingPage.xaml.cs
Expand Up @@ -27,6 +27,7 @@ public ProcessingPage()
InitializeComponent();

RestServiceClient syncClient = new RestServiceClient();
// !!!! Provide your credentials here !!!!
syncClient.ApplicationId = "";
syncClient.Password = "";

Expand Down
10 changes: 10 additions & 0 deletions WindowsPhone/README
@@ -1,8 +1,18 @@
This folder contains demo sample for Windows Phone

!!! 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() constuctor

== 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()

12 changes: 12 additions & 0 deletions iPhone/OcrSdkDemo/README
@@ -1,8 +1,20 @@
This folder contains ABBYY Cloud OCR SDK demo sample for iPhone

!!! IMPORTANT !!!

== Access credentials ==

Please modify Sources\RecognitionViewController.m before running the program

You need to provide your credentials to connect to Cloud OCR SDK.
See MyApplicationID and MyPassword variables

== 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
ProcessingParams.urlString

See Sources\ProcessingParams.m


2 comments on commit b8fe192

@makradi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have given application id,passoword but icoulnt run iphone app using your sample code,its not working, i am getting the request timed out error.also ii didnt get installationID

Please help me

@abbyy
Copy link
Collaborator

@abbyy abbyy commented on b8fe192 Mar 26, 2013 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.