Skip to main content
When a ticket has an image attached — a screenshot, an error screen, a photo of a device, a capture of a spreadsheet — Neo reads the image and reasons over what’s in it. You don’t need to OCR it first or ask the sender to retype the data: Neo sees the content of the picture as part of the ticket.

How it works

Neo automatically detects image attachments on a ticket and runs each one through a vision model. The model produces a description of what the image contains, and that description is added to the ticket context the agent works from. From there it’s treated like any other ticket content — the agent can pull a figure off a spreadsheet screenshot, read an error message from a screen capture, or factor a photo into its diagnosis and dispatch decision. This is built in, not a tool you enable. There’s no “read image” or “OCR” entry in the agent’s tool list and nothing to configure — image reading happens as part of loading the ticket, so any agent that reads the full ticket gets the image content automatically, and so does the Ticket Triage action. A description is kept for 30 days once an image has been read, so the same image file (a signature logo, say) is described once and reused across the tickets and runs it appears on. The match is on the file’s bytes: a copy that a mail gateway re-encoded is read again. (Because it isn’t a tool, you won’t find it on the Tools Overview page — it’s a capability of how Neo reads tickets.)

What’s supported

Good to know

  • Neo reads the picture’s content, not a guaranteed pixel-perfect transcription. For a spreadsheet screenshot Neo will read the visible figures and labels; for a very dense or low-resolution capture, exporting the underlying data (e.g. a CSV) is still the most reliable way to get every value across.
  • Non-image documents. Email files (.eml) and PDFs attached to a ticket are read the same automatic way — see Reading Email and PDF Attachments. Other document types (Office files) are not read from ticket attachments; this capability is specifically for raster images (PNG / JPEG).
  • It’s about images on tickets. This is the supported path for “someone sent in a screenshot”: attach it to the ticket and Neo reads it. Image content pasted into other surfaces isn’t read the same way — keep the image on the ticket so the agent can act on it.