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.

posta un anno fa467 visualizzazioni
1 Risposta
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
ESPERTO
iwasa
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande