Using human loop configuration of Amazon Augmented AI with Amazon Textract's Expense Analysis API

0

I am using Textract's StartExpenseAnalysis and GetExpenseAnalysis API to analyze multipage documents. These are the documents that I had followed for reference -

  1. https://docs.aws.amazon.com/textract/latest/dg/api-async-roles.html
  2. https://docs.aws.amazon.com/textract/latest/dg/async-analyzing-with-sqs.html

We want to integrate Amazon Augmented AI's human review process in our flow. I have gone through the following document to understand the human review process using the analyze document API -

  1. https://aws.amazon.com/blogs/machine-learning/using-amazon-textract-with-amazon-augmented-ai-for-processing-critical-documents/

However, when I tried to use the same "HumanLoopConfig" with the Expense Analysis API, I got this error - Parameter validation failed: Unknown parameter in input: "HumanLoopConfig" I am attaching the screenshots of the error for reference

  1. Start Expense Analysis error
  2. Get Expense Analysis error
  • Is the human review process supported for expense analysis API ?
  • Or is there some issue with the way I am using the "HumanLoopConfig" in the API call ?
  • If the process is supported, is there any documentation that I can review ?
asked a year ago285 views
1 Answer
0

Hi,

Thanks for using Textract service! We understand your need to integrate with A2I but unfortunately Expense analysis APIs currently not support A2I yet. Please consider using AnalyzeDocument API to integrate with A2I. You can find the APIs here and supported parameters. If HumanLoopConfig is not in the request parameter list, it means not supported yet.

Thank you!

AWS
answered a year 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