- First, scanned documents. Image only PDFs with no text layer return nothing usable. We tried an AI Builder prompt with a GPT vision model, but the raw PDF bytes never bound to the image input. The prompt kept coming back with an images count of zero and a response saying no document was provided. We did not find a supported way to hand a multi page PDF to a vision prompt as an image sequence without splitting and converting it first.
- Second, digital PDFs scale badly. Anything under roughly 100 pages is fine and extraction is reliable. Past that we start seeing truncated content, incomplete field coverage toward the end of the document, and occasional timeouts on the agent call. It is not a hard cliff, it degrades, which makes it harder to detect than an outright failure.
That works, but it is an external dependency, so before we harden it I want to know what others are doing.
- Has anyone got a Copilot Studio agent reading scanned or image only PDFs without an external OCR step? If so, how is the file getting into the agent?
- For large digital PDFs, is there a documented or practical page or content ceiling on what an agent will process in a single turn? We have only found the limit empirically.
- If you chunk, what pattern works best? Chunk by page range and call the agent once per chunk then merge, or keep one call and reduce what you send?
- If you pre extract text, do you pass it inline to the agent or stage it and have the agent retrieve it? We are watching context size closely against the instruction limits.

Report
All responses (
Answers (