Was: Resolve concerns regarding adding all OCR pages to Receipt
A single page doesn't necessarily map to a documentResult. E.g. a blank page might not be part of any document result, but we should still return the metadata for that page.
Python will do this: any method that provides a documentResult should repeat all pages of the readResult/pageResult on each document.
For .NET we should do our best to include only pages relevant to the document. Need to follow up with service team on this.
See: #10562 (comment)