What is the expected Textract performance (sync mode)?

0

We are evaluating Textract against other solutions.

Extracting text from a one-page document with Textract takes a few seconds (3-7 seconds, depending on whether we use the layout feature or not). Is this the expected performance?

The same page gets OCRed by Google Cloud Vision API in 0.5 - 1.5 seconds. I wonder if we can achieve comparable performance with Textract.

Currently on a free tier. Using synchronous API. Region - us-east-2.

Code is like this (uses wrapper library, but got similar results using boto3):

from textractor import Textractor
extractor = Textractor(profile_name="default")
document = extractor.detect_document_text("document.png")

Thank you!

Andrey
질문됨 5달 전160회 조회
1개 답변
0

Hi Andrey, thanks for using AWS Textract, to help you better with performance we would like to take a look at kind of documents being used to call Textract. You can cut us a support ticket and share document there (https://docs.aws.amazon.com/awssupport/latest/user/case-management.html#creating-a-support-case), however if you have Basic Support on account, you might not be able to create a support case. In that case, I'd recommend depending on nature of document, you can share it via any publicly available file system.

AWS
답변함 4달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠