Forum Discussion
Zuhayr2026
Jul 02, 2026Occasional Reader
Does Microsoft 365 Copilot Agent Builder support OCR and image analysis for SharePoint?
Hello everyone, I am currently testing a Microsoft 365 Copilot Agent Builder agent that is grounded on SharePoint document libraries. During testing, I observed that the agent can successfully anal...
Jamony
Jul 03, 2026MCT
Hi Zuhayr2026, I would not assume native OCR for JPG/PNG files grounded from SharePoint unless Microsoft documents that exact path for your tenant and agent type. In practice, I’d preprocess image files into text-searchable PDFs or extracted text, then store that alongside the source images. That gives the agent something reliable to ground on instead of depending on image interpretation.