AnalyzeDocumentRequest VS StartDocumentAnalysisRequest - JAVA SDK Version 2

0

I can see humanLoopConfig in AnalyzeDocumentRequest but can't see in StartDocumentAnalysisRequest. Just wondering is there any way to add Human Review (Amazone A2I) in StartDocumentAnalysisRequest?

asked 2 years ago309 views
1 Answer
1
Accepted Answer

You can not initiate Amazon A2I from the Amazon Textract call for Start* API requests (asynchronous requests), only from AnalyzeDocument. You can create a custom A2I flow after receiving the Textract response from any API. This workflow has an example: https://github.com/aws-samples/amazon-textract-idp-cdk-stack-samples#insurance and this blog post links to a sample for multi-page processing with A2I: https://aws.amazon.com/blogs/machine-learning/automate-digitization-of-transactional-documents-with-human-oversight-using-amazon-textract-and-amazon-a2i/

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions