Share via

Document Intelligence Studio is not finding any data points from parts of a document

Bijaya Rai 60 Reputation points
2026-02-16T11:13:04.09+00:00

Document Intelligence Studio is not finding any data points from the 3rd page onwards in the document.

I am using the Layout model API version 2024-11-30 (4.0 General Availability).

Extraction works fine for pages 1 and 2.User's image

Nothing from page 3 onwardsUser's image

Is this a known limitation or an issue with Doc Intelligence?

Azure Document Intelligence in Foundry Tools
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 19,615 Reputation points Volunteer Moderator
    2026-02-17T10:32:00.04+00:00

    Bijaya Rai hi,

    this's not a known general limitation of the layout model in api version 2024 11 30 but from ur screenshot it looks like page 3 was simply not analyzed in that run. in the right pane it clearly says current page is not analyzed and analyzed page numbers 1 2 which means the request was executed only for the first two pages.

    This usually happens when the analyze request includes a page range parameter or when the studio run analysis was triggered before the full document finished uploading and processing.

    whether u specified pages 1 2 in the analyze options or in the api call using the pages parameter because layout will only process what u explicitly request. also confirm that the total page count in the uploaded pdf is correctly detected because if the file is partially uploaded or corrupted after page 2 the backend will stop there. Try to run the analysis again without restricting page numbers or explicitly set pages to 1 10 or omit the pages field completely, and if the api response json only contains results for pages 1 and 2 then it is a request scope issue not an extraction failure.

    The layout model itself does not stop at page 2 unless instructed to do so.

    rgds,

    Alex

    1 person found this answer helpful.

Your answer

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