Costs for Batch Rekognition OCR

0

I have the need to use "text in image" from Amazon Rekognition to process more than 300k images per month. Does Amazon Rekognition provide a way to process images in batch, doing only 1 request to analyze multiple images at once? And the main question: does a batch process is cheaper than a single process? For example, I have 10 images to extract the text using Amazon Rekognition. The cost for 10 requests to Rekognition (one for each image) is the same as the cost for 1 batch request sending 10 images at once?

demandé il y a 2 ans362 vues
2 réponses
1
Réponse acceptée

So whether you batch or process individually its based on the number of images.

If you take a look at the billing page where it details which API calls are counted as an image and under which scenarios 2 images count as a single request: https://aws.amazon.com/rekognition/faqs/#Billing

For the speed and accuracy I don't think the costs is too high.

profile picture
répondu il y a 2 ans
1

You could try making a video from an image batch first using ffmpeg:

ffmpeg -r 1 -i img%01d.png -vcodec mpeg4 -y movie.mp4

Then you could process the video using Rekognition, the pricing is $0.10 per minute of video.

To be cheaper than per image processing you would have to put more than 125 images per minute though.

profile picture
JaccoPK
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions