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.

asked a year ago458 views
1 Answer
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
EXPERT
iwasa
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions