Azure Form Recognizer Python SDK results much different than UI results with unwanted fields and not able to serialize in Json

Michael David Robinston 21 Reputation points
2022-10-06T06:12:01.753+00:00

Dear All,

Below is the result from my custom model used in Python and I have converted the results to dict key value pairs using analyze_result_dict = result.to_dict().

247930-image.png

As you see, after each key, this dumb DocumentField sits as a fence blocking my access to the actual values. This also prevents me to convert the result to Json.

But when I manually download the result as Json in the Form recognizer UI, I get this clear as follows:

247981-image.png

There is no DocumentField preventing me to access the data. Can anyone suggest a work around. Why the anomaly in the same model in UI vs SDK?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,800 questions
{count} votes