コミュニティ

Finding results

Hi, Why do I keep getting "1" instead of some valid task ID, status? Where do I find the output?

Any assistance is appreciated.

Thanks

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Permanently deleted user

    The common usage scenario is the following one. You have an image which you want to recognize with the help of ABBYY technologies, so you need to form and send the corresponding request with the specified processing method and recognition parameters to the service. Your image should be transmitted in the request body. If the task is created successfully, you will get the service response - http://ocrsdk.com/documentation/specifications/status-codes/ , which will contain the task ID. This task ID you can further use to monitor the task status and receive the result URL when it is completed.

    0
  • Avatar
    Permanently deleted user

    When the task is successfully completed, the service response will contain the corresponding URLs (resultUrl, resultUrl2, resultUrl3). Using these URLs you can download the recognition results. For getting the result, please do not use the undocumented getResult method.

    For your references, you can find a set of code samples on the different programming languages at our Samples Page ( http://ocrsdk.com/documentation/code-samples/ ).

    0

サインインしてコメントを残してください。