Hi,
I have used "ProcessBusinessCard" REST end point to process business card with below input parameters
1. Attached "tif" image
2. exportFormat=csv
1. Consumed the above REST end point using Postman REST Client. Got the response as below
<?xml version="1.0" encoding="utf-8"?>
<response>
<task id="e3b06a64-4b6d-4125-928f-7c7e36b5dee0" registrationTime="2017-08-17T09:01:59Z" statusChangeTime="2017-08-17T09:01:59Z" status="Queued" filesCount="1" credits="0" estimatedProcessingTime="5" />
</response>
2. Consumed getTaskStatus end point with Task Id as a parameter and got the response below,
<?xml version="1.0" encoding="utf-8"?> <response> <task id="e3b06a64-4b6d-4125-928f-7c7e36b5dee0" registrationTime="2017-08-17T09:01:59Z" statusChangeTime="2017-08-17T09:02:00Z" status="Completed" filesCount="1" credits="0" resultUrl="https://ocrsdk.blob.core.windows.net/files/e3b06a64-4b6d-4125-928f-7c7e36b5dee0.result?sv=2012-02-12&se=2017-08-17T19%3A00%3A00Z&sr=b&si=downloadResults&sig=qpvjDS%2B9dmezAGqUWnxuXoxq9bHVGLhts8tcU0fcf1w%3D" /> </response>
3. Taken resultUrl value from the previous response and retrieved/requested. Getting below response
<?xml version="1.0" encoding="utf-8"?>
<Error>
<Code>ResourceNotFound</Code>
<Message>The specified resource does not exist.
RequestId:49ab1a46-0001-002b-4a38-17b4d4000000
Time:2017-08-17T09:07:55.5328327Z</Message>
</Error>
I am not getting result/response for any type of exportformat (xml,csv)
Please suggest
Thanks
Maha
コメント
1件のコメント
Sorry for the delay. As we have answered you by email, please try to use
https://ocrsdk.blob.core.windows.net/files/e3b06a64-4b6d-4125-928f-7c7e36b5dee0.result?sv=2012-02-12&se=2017-08-17T19%3A00%3A00Z&sr=b&si=downloadResults&sig=qpvjDS%2B9dmezAGqUWnxuXoxq9bHVGLhts8tcU0fcf1w%3D
without "amp;"
サインインしてコメントを残してください。