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?
