← Back to document 485

AI review — page 13

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

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

Annotated page 13

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

{"items":[{"id":"p13.1","type":"heading","box":[5,4,54,8],"text":"GRADUATE ON TIME"},{"id":"p13.2","type":"text","box":[5,10,77,15],"text":"Take more classes to finish early or graduate on time by completing at least 15 credits per semester, or 30 a year."},{"id":"p13.3","type":"text","box":[5,18,47,23],"text":"O You will save money if your school charges the same for taking 15 hours instead of 12. Check your school's tuition schedule online to make sure."},{"id":"p13.4","type":"text","box":[5,24,46,28],"text":"O You are more likely to graduate on time and enter the workforce sooner."},{"id":"p13.5","type":"text","box":[5,29,36,31],"text":"O You are more likely to get good grades."},{"id":"p13.6","type":"text","box":[5,32,48,36],"text":"O You will maximize KEES awards. You can use it for eight semesters within five years of high school graduation."},{"id":"p13.7","type":"text","box":[5,37,49,41],"text":"O You will avoid the cost of an extra year, which could save you thousands of dollars."},{"id":"p13.8","type":"text","box":[5,44,48,51],"text":"Know the courses you need to graduate, and meet with your advisor to map out a plan to earn your degree on time."},{"id":"p13.9","type":"text","box":[6,56,46,65],"text":"Remember: The fewer credits you take a semester, the longer it will take you to graduate, and the more your education will cost."},{"id":"p13.10","type":"text","box":[61,17,85,27],"text":"Total credits needed for your degree program\n÷ 4 Years\n= Credits needed per year"},{"id":"p13.11","type":"figure","box":[54,32,96,62],"text":""},{"id":"p13.12","type":"figure","box":[48,64,98,70],"text":""},{"id":"p13.13","type":"heading","box":[9,74,66,77],"text":"Take Advantage of Dual Credit Classes"},{"id":"p13.14","type":"text","box":[8,78,89,90],"text":"Taking dual credit classes in high school can help you complete your degree in less time. A dual credit class lets you earn high school and college credit at the same time. While you have to pay to take dual credit classes, KHEAA administers scholarships to help cover the cost. Check out page 19 for details on these programs. Even if you have to pay out of pocket for a dual credit class, the cost is often much less than what you will pay once you are in college. Talk with your school counselor for more information about dual credit classes offered at your school."},{"id":"p13.15","type":"text","box":[96,79,99,95],"text":"Preparing for College"},{"id":"p13.16","type":"footer","box":[96,96,98,98],"text":"13"}]}

Model response

{"items":[{"id":"p13.1","type":"heading","box":[5,4,54,8],"text":"GRADUATE ON TIME"},{"id":"p13.2","type":"text","box":[5,10,77,15],"text":"Take more classes to finish early or graduate on time by completing at least 15 credits per semester, or 30 a year."},{"id":"p13.3","type":"list_item","box":[5,18,47,23],"text":"O You will save money if your school charges the same for taking 15 hours instead of 12. Check your school's tuition schedule online to make sure."},{"id":"p13.4","type":"list_item","box":[5,24,46,28],"text":"O You are more likely to graduate on time and enter the workforce sooner."},{"id":"p13.5","type":"list_item","box":[5,29,36,31],"text":"O You are more likely to get good grades."},{"id":"p13.6","type":"list_item","box":[5,32,48,36],"text":"O You will maximize KEES awards. You can use it for eight semesters within five years of high school graduation."},{"id":"p13.7","type":"list_item","box":[5,37,49,41],"text":"O You will avoid the cost of an extra year, which could save you thousands of dollars."},{"id":"p13.8","type":"text","box":[5,44,48,51],"text":"Know the courses you need to graduate, and meet with your advisor to map out a plan to earn your degree on time."},{"id":"p13.10","type":"text","box":[61,17,85,27],"text":"Total credits needed for your degree program\n÷ 4 Years\n= Credits needed per year"},{"id":"p13.9","type":"text","box":[6,56,46,65],"text":"Remember: The fewer credits you take a semester, the longer it will take you to graduate, and the more your education will cost."},{"id":"p13.11","type":"figure","box":[54,32,96,62],"text":""},{"id":"p13.12","type":"figure","box":[48,64,98,70],"text":""},{"id":"p13.13","type":"heading","box":[9,74,66,77],"text":"Take Advantage of Dual Credit Classes"},{"id":"p13.14","type":"text","box":[8,78,89,90],"text":"Taking dual credit classes in high school can help you complete your degree in less time. A dual credit class lets you earn high school and college credit at the same time. While you have to pay to take dual credit classes, KHEAA administers scholarships to help cover the cost. Check out page 19 for details on these programs. Even if you have to pay out of pocket for a dual credit class, the cost is often much less than what you will pay once you are in college. Talk with your school counselor for more information about dual credit classes offered at your school."},{"id":"p13.15","type":"text","box":[96,79,99,95],"text":"Preparing for College"},{"id":"p13.16","type":"footer","box":[96,96,98,98],"text":"13"}]}