Are there known issues with currency recognition?

Fergus O'Neill 0 Reputation points
2023-09-25T10:46:51.34+00:00

Using the prebuilt invoice model in Form Recognizer Studio, I find some issues with how currencies are recognised. It gets it wrong more often than right.

Taking two examples:

  1. Invoice PDF states "All Amounts shown are in Euro", no other currencies are referenced on the document. json response has all values shown with currencyCode USD.
  2. PDF Invoice total is correctly OCRed with Euro currency as "content": "€115.50". Currency is correctly interpreted with "currencySymbol": "€", but then has "currencyCode": "GBP" assigned when all the information to have "EUR" assigned has been recognised.

I'm using API version 2023-07-31.

Have I missed some requirement in order to have currencies (symbols and/or codes) returned correctly?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,462 questions
{count} votes