Human Revision with Textract Expenses
Hi, we are developing an invoice OCR, so we decided to use Textract to get info from the invoices and exepenses useing the AnalyzeExpense/StartExpenseAnalysis commands. In some cases there are fields that are not detected by them. We saw that there is an option to implement Textract with A2I to train our a model. But as we can see in the API documentantion it seems to only be available with AnalyzeDocument. Is there any option to integrate with the requests in which we are interested (AnalyzeExpense/StartExpenseAnalysis) ?
Hi,
At the moment only the AnalyzeDocument API has A2I direct integration.
If you want to include an A2I in your AnalyzeExpense workflow please use the Amazon Augmented AI with Custom Task Types.
Hi Ioan, We have been looking to use Custom Task Types, but we are not sure how we could use our model on Textract.
For a custom A2I task type, you would first call Textract (AnalyzeExpense), then call A2I StartHumanLoop with the raw output and build a custom UI to present that to the user for adjustment. Your custom UI could be simple (for e.g. see A2I sample UIs repo) or complex (For e.g. see this sample using a SageMaker post-processing model too)
Relevant questions
Human Revision with Textract Expenses
asked 11 days agoRecognition of German invoices
asked a month agoHow does Textract deal with actual text in a PDF?
Accepted Answerasked a month agoHow to extract key value pairs from Textract with A2I JSON output??
asked 3 months agoRedact (hide) content - Textract
asked 3 months agoSort and extract full text
asked 24 days agoCustom flow with Textract Document Analysis
asked 2 years agoTextract - How to extract just certain fields
asked 3 months agoAnalyzeExpense - Analyzing Invoices and Receipts
asked 8 months agoCharacter coordinates in Textract
asked a year ago
Thanks for your reponse. We will take a look.