How do I extract images from a document

David Downing
706
Reputation points
I'm using:
"Operation< AnalyzeResult > operation = client.AnalyzeDocumentAsync(WaitUntil.Completed, "prebuilt-read", fileUri).GetAwaiter().GetResult();"
to obtain a documents text and OCR text.
Is it possible to also obtain the images associated with the OCR extraction as well.
If so, any sample code available?
NOTE: I'm using .Net.
THX
Sign in to answer