← Back to document 494

AI review — page 6

claude-opus-4-8 · prompt v7 · 2026-09-02T17:56:06+00:00 · applied: yes · changed: yes

Screenshot sent to the model (reading-order tags burned on)

Annotated page 6

Instructions (system prompt)

The screenshot has annotations burned onto it that are NOT part of the document:
- a small red numbered tag at the top-left corner of each item, showing that item's position in the OCR-determined reading order (the same order the items appear in the json data);
- a red-and-white dotted outline around each item, showing the area the OCR detected for that content block.
Use the tags and outlines to see the detected reading order and item boundaries directly on the page, and judge that sequence against how a human would naturally read it. Ignore the annotations when checking text fidelity — they overlay the content, they are not content.

For the given screenshot of a PDF's page and the attached json data, I want you to perform the following tasks in order...

Review the reading order set out in the json data and compare to what a natural reading order for that of a human would be by looking at the screenshot. Decide on any changes and re-arrange the items for the most logical reading order.
Look at all text for each item and correct any extraction errors like missing words, spelling mistakes etc.
Look at each item in the JSON and ensure that the OCR process has identified the item as the correct type: text, list item etc.
Look for any text that duplicates: if two items next to each other contain the exact same text but the text only appears once on the screenshot, one of them is an extraction error — keep the item whose box matches where the text is visible and flag the other for removal.
Make amendments as you proceed through the items and list of instructions.
Reading Order Advice: If there is columns with headings and text, I wouldnt expect the reading order to jump from one heading straight to another if there is text associated with that heading.

Return format: Give me the json data back only, with the amendments you make.

Mechanical notes (so your answer can be applied automatically):
- Each item has an `id` — keep every item and its `id` exactly as given; never invent, drop or duplicate ids. Re-arranging means changing the position of items (and their nesting) in the arrays.
- Never move text (or a type) from one item to another: each item's coordinates travel with its id, so to change reading order you must move the whole item object, and text amendments must be in-place corrections of that item's own text.
- To flag a duplicate item, keep it in the array and add `"remove": "duplicate"` to it — never just delete it (deleted items are restored automatically).
- ids are opaque labels, not sequence numbers: never renumber them. After a removal or re-arrangement, every remaining item keeps the exact id it came with, even if the ids no longer look sequential.
- Text may contain `[pN.M…]` placeholders marking where an inline formula belongs — treat them as part of the text and leave them exactly where they are.
- `box` is [left, top, right, bottom] as percentages of the page from the top-left corner; return it unchanged.
- Respond with raw JSON only: no code fences, no commentary, same shape as the input (`{"items": [...]}`).

User message (json data sent)

Page 6 json data:

{"items":[{"id":"p6.1","type":"header","box":[90,6,92,7],"text":"6"},{"id":"p6.2","type":"header","box":[8,11,53,14],"text":"Having a wellbeing conversation"},{"id":"p6.3","type":"figure","box":[9,17,91,55],"text":""},{"id":"p6.4","type":"heading","box":[8,59,36,60],"text":"Considerations for the conversation"},{"id":"p6.5","type":"list","box":[8,60,48,94],"text":"","children":[{"id":"p6.5.1","type":"list_item","box":[8,60,45,70],"text":"We don't often talk about our wellbeing so it may seem a little daunting to start a conversation about it. But it's important to remember you don't have to be an expert. This information will help you to have an initial conversation with someone and then guide them to the right support."},{"id":"p6.5.2","type":"list_item","box":[8,70,40,71],"text":"Choose your setting and give yourself time."},{"id":"p6.5.3","type":"list_item","box":[8,72,46,75],"text":"Keep the chat positive and supportive, exploring the issues and how you may be able to support."},{"id":"p6.5.4","type":"list_item","box":[8,75,38,77],"text":"Be empathetic and take them seriously."},{"id":"p6.5.5","type":"list_item","box":[8,77,38,80],"text":"Take into account cultural differences in communication."},{"id":"p6.5.6","type":"list_item","box":[8,80,46,84],"text":"• Give them full focus and listen without interruption, accept them as they are, put yourself in their shoes, be genuine."},{"id":"p6.5.7","type":"list_item","box":[8,84,47,89],"text":"Keep the conversation going, follow up and ask them how they're going, reassure them your door is always open and really mean it."},{"id":"p6.5.8","type":"list_item","box":[8,89,42,92],"text":"Give reassurance that there are lots of support resources."},{"id":"p6.5.9","type":"list_item","box":[8,92,48,94],"text":"Make sure they speak with their GP where appropriate."}]},{"id":"p6.6","type":"heading","box":[51,59,85,61],"text":"Questions which may assist your wellbeing conversation"},{"id":"p6.7","type":"list","box":[51,62,91,74],"text":"","children":[{"id":"p6.7.1","type":"list_item","box":[51,62,79,63],"text":"How are you feeling at the moment?"},{"id":"p6.7.2","type":"list_item","box":[52,64,84,65],"text":"Who do you feel you can go to for support?"},{"id":"p6.7.3","type":"list_item","box":[51,65,83,67],"text":"How long has your situation been like this?"},{"id":"p6.7.4","type":"list_item","box":[52,67,82,69],"text":"Have you sought any advice or guidance?"},{"id":"p6.7.5","type":"list_item","box":[52,69,91,72],"text":"• Are there any work-related factors that are contributing to how you are feeling?"},{"id":"p6.7.6","type":"list_item","box":[52,72,78,74],"text":"• Is there anything we can do to help?"}]}]}

Model response

{"items":[{"id":"p6.1","type":"header","box":[90,6,92,7],"text":"6"},{"id":"p6.2","type":"header","box":[8,11,53,14],"text":"Having a wellbeing conversation"},{"id":"p6.3","type":"figure","box":[9,17,91,55],"text":""},{"id":"p6.4","type":"heading","box":[8,59,36,60],"text":"Considerations for the conversation"},{"id":"p6.5","type":"list","box":[8,60,48,94],"text":"","children":[{"id":"p6.5.1","type":"list_item","box":[8,60,45,70],"text":"We don't often talk about our wellbeing so it may seem a little daunting to start a conversation about it. But it's important to remember you don't have to be an expert. This information will help you to have an initial conversation with someone and then guide them to the right support."},{"id":"p6.5.2","type":"list_item","box":[8,70,40,71],"text":"Choose your setting and give yourself time."},{"id":"p6.5.3","type":"list_item","box":[8,72,46,75],"text":"Keep the chat positive and supportive, exploring the issues and how you may be able to support."},{"id":"p6.5.4","type":"list_item","box":[8,75,38,77],"text":"Be empathetic and take them seriously."},{"id":"p6.5.5","type":"list_item","box":[8,77,38,80],"text":"Take into account cultural differences in communication."},{"id":"p6.5.6","type":"list_item","box":[8,80,46,84],"text":"Give them full focus and listen without interruption, accept them as they are, put yourself in their shoes, be genuine."},{"id":"p6.5.7","type":"list_item","box":[8,84,47,89],"text":"Keep the conversation going, follow up and ask them how they're going, reassure them your door is always open and really mean it."},{"id":"p6.5.8","type":"list_item","box":[8,89,42,92],"text":"Give reassurance that there are lots of support resources."},{"id":"p6.5.9","type":"list_item","box":[8,92,48,94],"text":"Make sure they speak with their GP where appropriate."}]},{"id":"p6.6","type":"heading","box":[51,59,85,61],"text":"Questions which may assist your wellbeing conversation"},{"id":"p6.7","type":"list","box":[51,62,91,74],"text":"","children":[{"id":"p6.7.1","type":"list_item","box":[51,62,79,63],"text":"How are you feeling at the moment?"},{"id":"p6.7.2","type":"list_item","box":[52,64,84,65],"text":"Who do you feel you can go to for support?"},{"id":"p6.7.3","type":"list_item","box":[51,65,83,67],"text":"How long has your situation been like this?"},{"id":"p6.7.4","type":"list_item","box":[52,67,82,69],"text":"Have you sought any advice or guidance?"},{"id":"p6.7.5","type":"list_item","box":[52,69,91,72],"text":"Are there any work-related factors that are contributing to how you are feeling?"},{"id":"p6.7.6","type":"list_item","box":[52,72,78,74],"text":"Is there anything we can do to help?"}]}]}