Hello @Malini V , Thanks for using Microsoft Q&A Platform.
As per my knowledge, I don't think that we can retrieve bounding box for images using Document intelligence directly. As we know it does extract the bounding box for the text in the document. You can experiment some postprocessing steps to retrieve the coordinates and see if that helps.
However, maybe you can try the Computer Vision API where we have services like image analysis. Please refer to this for more information: https://learn.microsoft.com/en-us/python/api/azure-ai-vision/azure.ai.vision.imageanalysisresult?view=azure-python-preview
I hope this helps.
Regards,
Vasavi
-Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.