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
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: []
}
}
Sign in to answer