You need to extract text from a multi-page PDF document using Azure AI Vision Read API. How are pages represented in the JSON response structure?
Multi-page document results are structured page by page within the analysis payload.
Why this answer
The Read API output organizes results by pages, where each page object contains dimensions, language, lines, and words.