Invoice processing

While trying to extract from a pdf Invoice having a list of unique items for eg:

Order Date Items Price Nos Total
01.01.2022 Apple $5 2 $10
02.02.2022 Guava $2 4 $8
Total $18

How to create the column expression for this type of invoices from where I will have a record of all the items I have purchased date wise and the total cost for a month .
My date expression of invoice is showing as 01-Jan-2022 but I want to enter my dates as 01.01.2022 in my app to train my app. How to do this?? I reside in India.

0 3 133
3 REPLIES 3

You may wish to take a look at the following sample appโ€™s reports that have a similar report structure.

Not sure what you mean by โ€œtrainโ€. You could try TEXT() functions to change the date formats.

How to do Invoice processing using OCR model from a Invoice in pdf format.

Sorry. If you are referring OCR, someone else may have inputs for you. OCR is currently in Beta as per my understanding.

Top Labels in this Space