Knowledge card L3 · Workflows informational

Reason Across Image, Document, and Text Together

What it is

A pattern that uses Gemini's native multimodality: give it images, PDFs, or video alongside your text prompt and ask a question that requires connecting them — not just describing one.

multimodal reasoningImage + textReason jointlyOne answer
Feed image and text together; reason across both.

Why it works

Gemini processes images and documents as first-class input, not as an afterthought. So instead of transcribing a chart and then asking about the numbers, you hand it the chart and the question together — it reads the visual and reasons in one step, avoiding the errors that creep in when you paraphrase a visual into text yourself.

When to use it

Screenshots of errors or dashboards, scanned documents, diagrams, product photos, whiteboard shots — anything where the meaning lives in the visual and you need analysis, not just OCR.

When not to use it

Pure text tasks, or when you need guaranteed-exact extraction from a high-stakes document — always verify transcribed figures, since a misread digit is easy to miss.

Prompt

Attach the file(s), then ask a connecting question:
"Here's a screenshot of our analytics dashboard and last month's for comparison. What changed most, and what's the most likely cause given the annotations in each?"
Or: "Here's a UI mockup (image) and our current page (screenshot). List the concrete differences to implement."

Example

Given a photo of a handwritten whiteboard architecture and the prompt 'turn this into a clean component diagram description and flag any single points of failure', Gemini reads the sketch and returns both — no manual transcription.

Advanced version

Combine modalities in one prompt: a spec (PDF), a design (image), and your question (text). Ask Gemini to check the design against the spec and list mismatches. Cross-modal comparison is where multimodality earns its keep — one model holding all three at once.

Common mistakes

  • Describing an image in words first, introducing your own transcription errors before the model even starts.
  • Trusting extracted numbers from a scan without spot-checking the critical ones.
  • Attaching a visual but asking a question that ignores it — wasting the modality.

Related