← Back to document 485
AI review — page 36
claude-opus-4-8 · prompt v7 · 2026-09-02T12:47:36+00:00 · applied: yes · changed: yes · removed duplicates: 1 · skipped invented ids: 4
Screenshot sent to the model (reading-order tags burned on)
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 36 json data:
{"items":[{"id":"p36.1","type":"heading","box":[6,2,62,6],"text":"POSTSECONDARY PUZZLER"},{"id":"p36.2","type":"figure","box":[14,8,91,59],"text":""},{"id":"p36.3","type":"text","box":[1,83,4,92],"text":"Activities"},{"id":"p36.4","type":"heading","box":[8,62,15,64],"text":"ACROSS"},{"id":"p36.5","type":"list","box":[8,64,63,74],"text":"","children":[{"id":"p36.5.1","type":"list_item","box":[8,64,31,67],"text":"1. Aid award based on talent or grades"},{"id":"p36.5.2","type":"list_item","box":[38,66,63,67],"text":"28. Any education after high school"},{"id":"p36.5.3","type":"list_item","box":[8,68,50,69],"text":"4. Money charged on a loan ___ 29. See 22 Down"},{"id":"p36.5.4","type":"list_item","box":[8,70,23,72],"text":"7. Two-year degree"},{"id":"p36.5.5","type":"list_item","box":[8,72,29,74],"text":"9. Federal financial aid form"}]},{"id":"p36.6","type":"heading","box":[38,72,43,74],"text":"DOWN"},{"id":"p36.7","type":"list","box":[8,64,95,94],"text":"","children":[{"id":"p36.7.1","type":"list_item","box":[8,74,55,76],"text":"13. Type of aid that waives some costs 2. Section on 11 Down"},{"id":"p36.7.2","type":"list_item","box":[8,76,57,78],"text":"14. Aid award based on need 3. Federal loan for parents"},{"id":"p36.7.3","type":"list_item","box":[8,78,63,82],"text":"17. A school that offers advanced degrees 5. Determines how much financial aid you need (two words)"},{"id":"p36.7.4","type":"list_item","box":[8,82,27,84],"text":"18. Charge for instruction"},{"id":"p36.7.5","type":"list_item","box":[8,84,22,86],"text":"19. ___-based aid","children":[{"id":"p36.7.5.1","type":"form_field","box":[9,84,22,86],"text":"","label":"19. ___-based aid"}]},{"id":"p36.7.6","type":"list_item","box":[8,86,34,88],"text":"20. With “studies,” possible 24 Down"},{"id":"p36.7.7","type":"list_item","box":[8,88,25,90],"text":"21. ____-credit course","children":[{"id":"p36.7.7.1","type":"form_field","box":[9,88,24,90],"text":"","label":"21. ____-credit course"}]},{"id":"p36.7.8","type":"list_item","box":[9,91,46,92],"text":"23. Public two-year school (two words)"},{"id":"p36.7.9","type":"list_item","box":[8,92,31,94],"text":"27. Agency that helps you plan for college"},{"id":"p36.7.10","type":"list_item","box":[38,82,65,85],"text":"6. School for training in specific fields (two words)"},{"id":"p36.7.11","type":"list_item","box":[38,86,63,87],"text":"8. Kentucky Educational Excellence Scholarship"},{"id":"p36.7.12","type":"list_item","box":[38,87,64,89],"text":"11. College entrance exam"},{"id":"p36.7.13","type":"list_item","box":[38,90,65,91],"text":"10. Money to help pay for college (two words)"},{"id":"p36.7.14","type":"list_item","box":[38,91,65,92],"text":"12. Advanced ___"},{"id":"p36.7.15","type":"list_item","box":[68,64,81,66],"text":"12. Advanced ___"},{"id":"p36.7.16","type":"list_item","box":[68,66,93,69],"text":"15. Earned in nondegree program or in high school"},{"id":"p36.7.17","type":"list_item","box":[68,70,91,73],"text":"16. Cost of attendance minus SAI (two words)"},{"id":"p36.7.18","type":"list_item","box":[68,74,92,75],"text":"18. Shows your grades credits, etc."},{"id":"p36.7.19","type":"list_item","box":[67,76,95,79],"text":"22. With 29 Across, way to earn money at college"},{"id":"p36.7.20","type":"list_item","box":[67,79,94,83],"text":"24. Primary academic field of study in college"},{"id":"p36.7.21","type":"list_item","box":[67,83,92,86],"text":"25. You need at least a 2.5 one of these to earn an 8 Down award"},{"id":"p36.7.22","type":"list_item","box":[67,87,91,88],"text":"26. College Board entrance exam"}]},{"id":"p36.8","type":"footer","box":[78,91,93,93],"text":"(Answers on page 32.)"},{"id":"p36.9","type":"footer","box":[2,96,4,98],"text":"36"}]}
Model response
{"items":[{"id":"p36.1","type":"heading","box":[6,2,62,6],"text":"POSTSECONDARY PUZZLER"},{"id":"p36.2","type":"figure","box":[14,8,91,59],"text":""},{"id":"p36.3","type":"text","box":[1,83,4,92],"text":"Activities"},{"id":"p36.4","type":"heading","box":[8,62,15,64],"text":"ACROSS"},{"id":"p36.5","type":"list","box":[8,64,63,74],"text":"","children":[{"id":"p36.5.1","type":"list_item","box":[8,64,31,67],"text":"1. Aid award based on talent or grades"},{"id":"p36.5.3","type":"list_item","box":[8,68,50,69],"text":"4. Money charged on a loan"},{"id":"p36.5.4","type":"list_item","box":[8,70,23,72],"text":"7. Two-year degree"},{"id":"p36.5.5","type":"list_item","box":[8,72,29,74],"text":"9. Federal financial aid form"},{"id":"p36.7.1","type":"list_item","box":[8,74,55,76],"text":"13. Type of aid that waives some costs"},{"id":"p36.7.2","type":"list_item","box":[8,76,57,78],"text":"14. Aid award based on need"},{"id":"p36.7.3","type":"list_item","box":[8,78,63,82],"text":"17. A school that offers advanced degrees"},{"id":"p36.7.4","type":"list_item","box":[8,82,27,84],"text":"18. Charge for instruction"},{"id":"p36.7.5","type":"list_item","box":[8,84,22,86],"text":"19. ___-based aid","children":[{"id":"p36.7.5.1","type":"form_field","box":[9,84,22,86],"text":"","label":"19. ___-based aid"}]},{"id":"p36.7.6","type":"list_item","box":[8,86,34,88],"text":"20. With “studies,” possible 24 Down"},{"id":"p36.7.7","type":"list_item","box":[8,88,25,90],"text":"21. ____-credit course","children":[{"id":"p36.7.7.1","type":"form_field","box":[9,88,24,90],"text":"","label":"21. ____-credit course"}]},{"id":"p36.7.8","type":"list_item","box":[9,91,46,92],"text":"23. Public two-year school (two words)"},{"id":"p36.7.9","type":"list_item","box":[8,92,31,94],"text":"27. Agency that helps you plan for college"},{"id":"p36.5.2","type":"list_item","box":[38,66,63,67],"text":"28. Any education after high school"},{"id":"p36.7.23","type":"list_item","box":[38,68,50,70],"text":"29. See 22 Down"}]},{"id":"p36.6","type":"heading","box":[38,72,43,74],"text":"DOWN"},{"id":"p36.7","type":"list","box":[8,64,95,94],"text":"","children":[{"id":"p36.7.10.pre","type":"list_item","box":[38,74,57,76],"text":"2. Section on 11 Down"},{"id":"p36.7.10.pre2","type":"list_item","box":[38,76,57,78],"text":"3. Federal loan for parents"},{"id":"p36.7.10.pre3","type":"list_item","box":[38,78,65,82],"text":"5. Determines how much financial aid you need (two words)"},{"id":"p36.7.10","type":"list_item","box":[38,82,65,85],"text":"6. School for training in specific fields (two words)"},{"id":"p36.7.11","type":"list_item","box":[38,86,63,87],"text":"8. Kentucky Educational Excellence Scholarship"},{"id":"p36.7.13","type":"list_item","box":[38,90,65,91],"text":"10. Money to help pay for college (two words)"},{"id":"p36.7.12","type":"list_item","box":[38,87,64,89],"text":"11. College entrance exam"},{"id":"p36.7.14","type":"list_item","box":[38,91,65,92],"text":"12. Advanced ___","remove":"duplicate"},{"id":"p36.7.15","type":"list_item","box":[68,64,81,66],"text":"12. Advanced ___"},{"id":"p36.7.16","type":"list_item","box":[68,66,93,69],"text":"15. Earned in nondegree program or in high school"},{"id":"p36.7.17","type":"list_item","box":[68,70,91,73],"text":"16. Cost of attendance minus SAI (two words)"},{"id":"p36.7.18","type":"list_item","box":[68,74,92,75],"text":"18. Shows your grades credits, etc."},{"id":"p36.7.19","type":"list_item","box":[67,76,95,79],"text":"22. With 29 Across, way to earn money at college"},{"id":"p36.7.20","type":"list_item","box":[67,79,94,83],"text":"24. Primary academic field of study in college"},{"id":"p36.7.21","type":"list_item","box":[67,83,92,86],"text":"25. You need at least a 2.5 one of these to earn an 8 Down award"},{"id":"p36.7.22","type":"list_item","box":[67,87,91,88],"text":"26. College Board entrance exam"}]},{"id":"p36.8","type":"footer","box":[78,91,93,93],"text":"(Answers on page 32.)"},{"id":"p36.9","type":"footer","box":[2,96,4,98],"text":"36"}]}