Why isn't ITEM included in the Summary section in Textract Expense Analysis API? and it can't capture ITEM most of the time too.

0

For Expense Analysis API such as invoice and receipts, I have tested the API in the past few days, and found out it misses ITEM (items purchased/sold) on the receipts or invoice most of the times, and it is NOT included in the Summary section, everything else in the Summary are pretty accurate so far.

The question, how to improve this and capture ITEM accurately? Without this key data point being accurate, this Expense Analysis API actually doesn't have too much value, just like the saying "the capacity of a barrel is determined not by the longest wooden bars, but by the shortest".

Please kindly advise, thanks.

asked a year ago239 views
2 Answers
0

Item data are returned in LineItemGroups section:

  • SummaryFields - Contains all other information a receipt, such as header information or the vendors name
  • LineItemGroups- A data set containing LineItems which store information about the lines of text, such as an item purchased and its price on a receipt.

See AnalyzeExpense API

Have you reviewed Best Practices for Amazon Textract to improve results produced by Textract?

You also may consider using Amazon Textract with Amazon Augmented AI for processing critical documents as described here

profile pictureAWS
IgorSh
answered a year ago
0

Thanks for the follow up.

Even in LineItemGroups LineItems, it fails to capture ITEM most of the time... For a consumer facing product, we can not afford to ask users to follow specific format or guild lines, this is the shortest bar in this barrel which makes this product unusable most of the time. Is there any solution to fix this issue? The goal is to capture ITEM - items purchased/sold.

Appreciate your input!

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