Application ID and password in OCR in blackberry>?

Hello to all,

Please suggest me how to use Application ID and password provided by the Registration process in the Application while making request.

I am getting 200 as HTTP response but getting error xml from server. please suggest me asap if possible.

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    SDK Support Team

    Application ID and password are keys that allow your application to use Cloud OCR SDK API. Your application needs to provide them each time it tries to call any API function.

    Where to set them in code depends on what platform you are using.

    In java sample you need to modify ClientSettings.java file.

    The variables are:

    public static final String APPLICATION_ID = "<your application id here>";
    public static final String PASSWORD = "<application password from e-mail here>";
    
    1

Please sign in to leave a comment.