The API for document extraction in Azure Content Understanding returns an internal server error after 10 minutes of analysis when extracting tables that have more than 50 elements.

Ilya 0 Reputation points
2025-04-15T20:09:33.24+00:00

We created an analyser in Azure AI Foundry, with a schema set to extract rows of items from PDF invoices. When using the REST api to process some documents it works fine, unless the documents contain too many items (50+), where it crashes and we get this response data:

{

id: ‘***’,

status: 'Failed',

error: {

code: 'InternalServerError',

message: 'An unexpected error occurred.'

},

result: {

analyzerId: ‘****’,

apiVersion: '2024-12-01-preview',

createdAt: '2025-04-15T14:02:23Z',

warnings: [],

contents: []

}

}

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,350 questions
{count} votes

Your answer

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