Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi @Martin ,
Thanks for your question!
No, the queryFields feature is not supported in the on-premise Document Intelligence layout-4.0 container.
The layout container is designed strictly for offline text, table, and structure extraction. Features like queryFields rely on secondary microservices that only run in the cloud-managed service. In the container, the request hangs with Missed chunked streaming service because those required downstream processing queues do not exist locally.
To fix this, you will either need to use the cloud-hosted Azure endpoint for queryFields or run the layout-4.0 container as normal and parse the fields in your own application code. Microsoft currently has no announced plans to bring queryFields to on-premise containers.
References:
https://learn.microsoft.com/azure/ai-services/document-intelligence/containers/configuration
https://learn.microsoft.com/azure/ai-services/document-intelligence/concept/query-fields
I hope this helps! If this answers your question, please consider accepting it to help others.