← Back to document 485

AI review — page 2

claude-opus-4-8 · prompt v7 · 2026-09-02T12:47:32+00:00 · applied: yes · changed: yes

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

Annotated page 2

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 2 json data:

{"items":[{"id":"p2.1","type":"title","box":[9,3,87,7],"text":"WHAT DOES YOUR FUTURE HOLD?"},{"id":"p2.2","type":"text","box":[9,9,95,23],"text":"Deciding what you want to do after high school can be a big deal. Whatever your goals are, your future plans will likely involve some sort of education or additional training beyond the high school level, and it's important to plan ahead and prepare. That's why this guide was put together by the Kentucky Higher Education Assistance Authority (KHEAA), an agency that makes postsecondary education more accessible to Kentuckyians like you."},{"id":"p2.3","type":"text","box":[9,23,35,25],"text":"It will help you figure out:"},{"id":"p2.4","type":"text","box":[13,26,76,28],"text":"Your options for continuing your education after high school"},{"id":"p2.5","type":"text","box":[13,30,64,32],"text":"How to navigate the college admissions process"},{"id":"p2.6","type":"text","box":[13,34,82,36],"text":"The financial aid resources available to help pay for your education"},{"id":"p2.7","type":"text","box":[9,38,96,42],"text":"Take the time to read through this guide as you start planning for your future after high school. It will help you get where you want to go."},{"id":"p2.8","type":"text","box":[9,43,73,45],"text":"Words in italics are defined in the glossary starting on page 28."},{"id":"p2.9","type":"figure","box":[54,47,98,96],"text":""},{"id":"p2.10","type":"heading","box":[20,58,37,60],"text":"OUTREACH"},{"id":"p2.11","type":"text","box":[8,61,47,70],"text":"KHEAA has a team of 13 regional outreach counselors and 32 college coaches to help you plan and prepare for college. Find the outreach counselor for your area at kheaa.com/web/outreach.faces.","children":[{"id":"p2.11.1","type":"link","box":[8,68,34,70],"text":"kheaa.com/web/outreach.faces."}]},{"id":"p2.12","type":"figure","box":[7,71,49,86],"text":""},{"id":"p2.13","type":"heading","box":[59,49,93,52],"text":"College Info Road Show!"},{"id":"p2.14","type":"text","box":[58,53,94,77],"text":"Visiting middle schools, high schools, adult education centers, public libraries and other sites, KHEAA's mobile classroom connects students with the information they need to research, pursue, and succeed in their educational future beyond high school. The bus is equipped with internet access, individual workstations and an instructor's screen."},{"id":"p2.15","type":"figure","box":[58,80,94,94],"text":""},{"id":"p2.16","type":"footer","box":[2,97,4,98],"text":"2"},{"id":"p2.17","type":"footer","box":[9,91,35,93],"text":"Find a KHEAA Counselor"},{"id":"p2.18","type":"footer","box":[36,89,45,96],"text":"","children":[{"id":"p2.18.1","type":"link","box":[35,88,45,96],"text":""}]}]}

Model response

{"items":[{"id":"p2.1","type":"title","box":[9,3,87,7],"text":"WHAT DOES YOUR FUTURE HOLD?"},{"id":"p2.2","type":"text","box":[9,9,95,23],"text":"Deciding what you want to do after high school can be a big deal. Whatever your goals are, your future plans will likely involve some sort of education or additional training beyond the high school level, and it's important to plan ahead and prepare. That's why this guide was put together by the Kentucky Higher Education Assistance Authority (KHEAA), an agency that makes postsecondary education more accessible to Kentuckians like you."},{"id":"p2.3","type":"text","box":[9,23,35,25],"text":"It will help you figure out:"},{"id":"p2.4","type":"list-item","box":[13,26,76,28],"text":"Your options for continuing your education after high school"},{"id":"p2.5","type":"list-item","box":[13,30,64,32],"text":"How to navigate the college admissions process"},{"id":"p2.6","type":"list-item","box":[13,34,82,36],"text":"The financial aid resources available to help pay for your education"},{"id":"p2.7","type":"text","box":[9,38,96,42],"text":"Take the time to read through this guide as you start planning for your future after high school. It will help you get where you want to go."},{"id":"p2.8","type":"text","box":[9,43,73,45],"text":"Words in italics are defined in the glossary starting on page 28."},{"id":"p2.9","type":"figure","box":[54,47,98,96],"text":""},{"id":"p2.13","type":"heading","box":[59,49,93,52],"text":"College Info Road Show!"},{"id":"p2.14","type":"text","box":[58,53,94,77],"text":"Visiting middle schools, high schools, adult education centers, public libraries and other sites, KHEAA's mobile classroom connects students with the information they need to research, pursue, and succeed in their educational future beyond high school. The bus is equipped with internet access, individual workstations and an instructor's screen."},{"id":"p2.15","type":"figure","box":[58,80,94,94],"text":""},{"id":"p2.10","type":"heading","box":[20,58,37,60],"text":"OUTREACH"},{"id":"p2.11","type":"text","box":[8,61,47,70],"text":"KHEAA has a team of 13 regional outreach counselors and 32 college coaches to help you plan and prepare for college. Find the outreach counselor for your area at kheaa.com/web/outreach.faces.","children":[{"id":"p2.11.1","type":"link","box":[8,68,34,70],"text":"kheaa.com/web/outreach.faces."}]},{"id":"p2.12","type":"figure","box":[7,71,49,86],"text":""},{"id":"p2.17","type":"footer","box":[9,91,35,93],"text":"Find a KHEAA Counselor"},{"id":"p2.18","type":"footer","box":[36,89,45,96],"text":"","children":[{"id":"p2.18.1","type":"link","box":[35,88,45,96],"text":""}]},{"id":"p2.16","type":"footer","box":[2,97,4,98],"text":"2"}]}