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 年前375 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则