Azure Document Intelligence in Foundry Tools
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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",
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.