Share via

Document Intelligence model prebuilt-check.us - Incorrect behaviour on WordAmount field/attribute

Sinha, Rahul 1 0 Reputation points
2026-04-06T15:47:39.0633333+00:00

Hi,

We are using Azure Document Intelligence model (prebuilt-check.us) for extracting US check OCR

In below use case ..

Where content it's reading correctly for check as "Three Dollar's" however valueNumber it's giving as 510. Which is same as NumberAmount attribute..

Could you please advise how this valueNumber is deriving as 510 in this case? Is it just putting NumberAmount value as valueNumber ?

    "WordAmount": {

      "type": "number",

      **"valueNumber": 510.0,**

      **"content": "THREE DOLLAR'S ONLY\nDollars",**

      "boundingRegions": [

        {

          "pageNumber": 1,

          "polygon": [

            69.0,

            261.0,

            988.0,

            268.0,

            988.0,

            311.0,

            69.0,

            303.0

          ]

        }

      ],

      "spans": [

        {

          "offset": 159,

          "length": 27

        }

      ],

      "confidence": 0.378

    "**NumberAmount**": {

      "type": "number",

      "valueNumber": **510.0**,

      "content": "$**510**.00",
Azure Document Intelligence in Foundry Tools

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.