How to integrate AWS S3 and Azure Cognitive Services (OCR)?

0

Hello, I wanted to know how can I integrate AWS S3 to Azure Cognitive Services, specifically a private S3 URL, can I use it to get the data from S3 that can be used as an input to one of the Azure services? Please let me know. Thank you.

已提问 1 年前467 查看次数
1 回答
0

Hi.

I understand that you want to use private Amazon S3 directly as input to Azure Cognitive Services.

You cannot specify a private Amazon S3 URL directly to the Vision API.
It must be a public URL that the Vision runtime in Azure can access.

Instead you can use the same approach for sending local images.

https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/how-to/call-read-api#submit-data-to-the-service

In the above, image data is specified in binary in the request body when sending local data.

Your application should use IAM to retrieve data from a private S3 bucket and send the data as binary before calling the Vision API.

profile picture
专家
iwasa
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则