Hello,
I'm using the Invoice Processing Prebuilt Model with a custom power app and I'm facing the following issues:
- the date and amount fields (text) are accurate most of the time. The respective date (date) fields give null values most of the time (sometimes the amount (amount) fields as well) which causes the following issues:
- I have to do the date conversion myself (from text to date) which is very tricky since the date of the invoices comes in every possible way (12 Feb 21, 12.02.2021, 02/12/21, 2021 Feb 12, etc just to name a few)
- The date metadata (which is the confidence % field) depicts the confidence of the text field, not the confidence of the date one. In my power app, I'm showing the date (date) field with the confidence of the date(text) field which is completely inaccurate (usually the confidence is above 95% while the field is empty!)
Are there any plans of impoving the date/amount fields soon?
Thank you