To receive the recognition result, you need to send the GET request to ABBYY server with the resultUrl which was obtained in the response of the getTaskStatus method:
<response>
<task id="c3187247-7e81-4d12-8767-bc886c1ab878"
registrationTime="2012-02-16T06:42:09Z"
statusChangeTime="2012-02-16T06:42:19Z"
status="Completed"
filesCount="1"
credits="0"
resultUrl="https://ocrsdk.blob.core.windows.net/files/xxx.result"
description="Image.JPG to .pdf" />
</response>
However, in some cases, the "&" sequences in the resultUrl might cause the "The specified resource does not exist" error.
To resolve the issue, please try to upload your document one more time, then replace all occurrences of "&" in the result URL with "&" and send the GET request with the modified URL. Please take into account this request should not include any authorization headers in order to avoid errors.
Comments
0 comments
Please sign in to leave a comment.