Hello, I cannot understand how to use the resultUrl in the
https://cloud.ocrsdk.com/listTasks
If I click the resultUrl in the browser - I see
<Error>
<Code>ResourceNotFound</Code>
<Message>
The specified resource does not exist. RequestId:5f21c1fe-d01e-007b-2737-4cabdc000000 Time:2018-09-14T14:29:46.8753501Z
</Message>
</Error>
What can i do with result url?
コメント
2件のコメント
Hi
I guess the resultUrl is not supposed to be clicked directly from the browser (or you do not have any valid tasks),
with what programming language are you trying to use the Cloud OCR SDK?
See one of the examples in ASP.NET or Java where you can get an idea about the tasks and resultUrl
https://github.com/abbyysdk/ocrsdk.com/blob/master/Asp.net/Default.aspx
https://github.com/abbyysdk/ocrsdk.com/blob/master/Java/Abbyy.Ocrsdk.client/src/com/abbyy/ocrsdk/Task.java
Best regards
Koen de Leijer
Hello!
When the task is successfully completed, you get a service response containing the URLs of the results of processing. They are the hyperlinks with a limited lifetime. You need to download the results with the help of the GET request and then write them to the corresponding files with the required extensions. If you want to download the result after the lifetime has passed, use the getTaskStatus or listTasks method to obtain the new hyperlink.
Hope this information will be helpful!
サインインしてコメントを残してください。