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?

已提問 2 年前檢視次數 362 次
2 個答案
1
已接受的答案

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
已回答 2 年前
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南