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.

preguntada hace un año467 visualizaciones
1 Respuesta
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
EXPERTO
iwasa
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas