An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
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