Paul Hsu
Paul Hsu
@hamer101 Thanks for the feedback. Can you please share more information about the intended use scenarios to help us prioritize the work? Thanks.
@hamer101 Thanks for sharing the scenario. We will add this request to our backlog.
There is currently no built-in mechanism to address this. A few possible workarounds: * Wrap the call to Document Intelligence in an Azure Function that returns only the desired content....
@shinxi Thanks for the suggestion to use Python dictionaries. But unfortunately, that will not really address the problem since representing JSON using dictionaries also have [significant overhead](https://pythonspeed.com/articles/faster-python-json-parsing/). You can consider...