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.
Comments
1 comment
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:
Please sign in to leave a comment.