AI-102 • Practice Exam 57
Free AI-102 practice exam — 20 questions with explanations. Set 57. No signup required.
Refer to the exhibit. You are using Azure AI Document Intelligence with a layout model. The pipeline returns an empty tables array even though the document contains tables. The OCR step extracts text correctly. What is the most likely issue?
{
"pipeline": {
"steps": [
{
"step": "1",
"action": "OCR",
"source": "document"
},
{
"step": "2",
"action": "Layout extraction",
"source": "OCR output"
},
{
"step": "3",
"action": "Table extraction",
"source": "Layout output"
}
],
"result": {
"tables": []
}
}
}