AWS Textract Analyze Expense how to extract data to my frontend application

0

Hello, I am doing an application that requires the use of textract analyzeExpense, in which I upload an image of an invoice or receipt and need to get the data that Textract extracts for me like Vendor, address, total, tax, etc. But I fail to find how to get the JSON data to my application, all the tutorials returns a CSV table to the s3 bucket.

GerLC
asked 8 months ago316 views
1 Answer
0

Hi,

It is possible to obtain the JSON of the Textract Expense record synchronously to parse and use it.

See full example for a lambda: https://github.com/aws-samples/amazon-textract-analyze-expense-processing-pipeline

Best,

Didier

profile pictureAWS
EXPERT
answered 8 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