Classifying whether an image is invoice or receipt in textract Expenseanalysis flow

0

Hi,

I am using the following API - https://docs.aws.amazon.com/textract/latest/dg/invoices-receipts.html - startExpenseAnalysis. It works for both invoices and receipts - is there a way to classify whether the document is invoices or receipts?

asked 10 months ago250 views
1 Answer
0
Accepted Answer

Amazon Textract does not provide an explicit flag if the document is an invoice or a receipt. However, you can make that call by looking at the type of fields that are returned (Expense Analytics Standard Fields) and judge if it is likely to be an invoice or an expense. This is going to be highly dependent on the format and type of invoice/expense being processed.

AWS
answered 10 months ago
profile picture
EXPERT
reviewed 10 months 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