Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Invoice parser "invents" non-existing string for supplier_name normalized value

While processing a dummy invoice taken from the internet, I have found that invoice parser returns normalized value for supplier_name with a wrong string that is not found anywhere on the image.

Expected normalized value: Stanford Plumbing & Heating

Proposed value: Stanford University

 

"type": "supplier_name",
"mentionText": "Stanford Plumbing & Heating"
[...]
"normalizedValue": {"text": "Stanford University"}

 

Invoice header looks like below

I wonder if I should consider this a bug or a feature? 

StanfordPlumbing_InvoiceHeder.PNG

Solved Solved
0 1 199
1 ACCEPTED SOLUTION

Hi, Yes you are correct. Although the value is incorrect, this is a feature called Enrichment and Normalization (this is with the intention to reduce post processing for the API)  for more details about this, please visit the link about this feature[1].Also I would recommend contacting Google Support for them to look in to this and improve the quality of capturing for this object[2].

[1]https://cloud.google.com/document-ai/docs/ekg-enrichment

[2]https://cloud.google.com/contact

 

View solution in original post

1 REPLY 1

Hi, Yes you are correct. Although the value is incorrect, this is a feature called Enrichment and Normalization (this is with the intention to reduce post processing for the API)  for more details about this, please visit the link about this feature[1].Also I would recommend contacting Google Support for them to look in to this and improve the quality of capturing for this object[2].

[1]https://cloud.google.com/document-ai/docs/ekg-enrichment

[2]https://cloud.google.com/contact