← Back to document 485
AI review — page 16
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)
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 16 json data:
{"items":[{"id":"p16.1","type":"header","box":[6,3,53,7],"text":"FEDERAL AID OPTIONS"},{"id":"p16.2","type":"title","box":[10,14,43,40],"text":"Top 5 reasons for filing the FAFA"},{"id":"p16.3","type":"heading","box":[69,10,87,16],"text":"SIGN YOUR APPLICATION"},{"id":"p16.4","type":"text","box":[64,17,93,41],"text":"All students must use their StudentAid.gov account to electronically sign their FAFSA. For dependent students, all parents on the FAFSA must also have a different Student Aid Account to electronically sign the application. Every contributor to the FAFSA must sign. If one doesn't, the student could lose thousands of dollars in financial aid. Watch your email closely for notifications and confirmations."},{"id":"p16.5","type":"text","box":[1,79,4,96],"text":"Funding Your Future"},{"id":"p16.6","type":"list","box":[10,45,48,72],"text":"","children":[{"id":"p16.6.1","type":"list_item","box":[10,45,42,50],"text":"1. You might qualify for a grant or scholarship."},{"id":"p16.6.2","type":"list_item","box":[10,52,37,55],"text":"2. $ Most schools require it! $"},{"id":"p16.6.3","type":"list_item","box":[10,56,38,61],"text":"3. You may be eligible for a work-study position."},{"id":"p16.6.4","type":"list_item","box":[10,63,45,66],"text":"4. You might need a student loan."},{"id":"p16.6.5","type":"list_item","box":[10,67,48,72],"text":"5. You might be surprised at the help you get!"}]},{"id":"p16.7","type":"heading","box":[57,49,95,53],"text":"TYPES OF FINANCIAL AID"},{"id":"p16.8","type":"figure","box":[58,54,94,82],"text":"","children":[{"id":"p16.8.1","type":"text","box":[70,57,82,61],"text":"GRANTS"},{"id":"p16.8.2","type":"text","box":[63,63,85,68],"text":"SCHOLARSHIPS"},{"id":"p16.8.3","type":"text","box":[67,70,87,74],"text":"WORK-STUDY"},{"id":"p16.8.4","type":"text","box":[64,77,86,81],"text":"FEDERAL LOANS"}]},{"id":"p16.9","type":"text","box":[15,88,90,94],"text":"The only way to find out how much federal student aid you are eligible for is to apply. You can apply online at StudentAid.gov.","children":[{"id":"p16.9.1","type":"link","box":[72,90,89,94],"text":"StudentAid.gov."}]},{"id":"p16.10","type":"footer","box":[2,96,4,99],"text":"16"}]}
Model response
{"items":[{"id":"p16.1","type":"header","box":[6,3,53,7],"text":"FEDERAL AID OPTIONS"},{"id":"p16.2","type":"title","box":[10,14,43,40],"text":"Top 5 reasons for filing the FAFSA"},{"id":"p16.6","type":"list","box":[10,45,48,72],"text":"","children":[{"id":"p16.6.1","type":"list_item","box":[10,45,42,50],"text":"1. You might qualify for a grant or scholarship."},{"id":"p16.6.2","type":"list_item","box":[10,52,37,55],"text":"2. Most schools require it!"},{"id":"p16.6.3","type":"list_item","box":[10,56,38,61],"text":"3. You may be eligible for a work-study position."},{"id":"p16.6.4","type":"list_item","box":[10,63,45,66],"text":"4. You might need a student loan."},{"id":"p16.6.5","type":"list_item","box":[10,67,48,72],"text":"5. You might be surprised at the help you get!"}]},{"id":"p16.3","type":"heading","box":[69,10,87,16],"text":"SIGN YOUR APPLICATION"},{"id":"p16.4","type":"text","box":[64,17,93,41],"text":"All students must use their StudentAid.gov account to electronically sign their FAFSA. For dependent students, all parents on the FAFSA must also have a different Student Aid Account to electronically sign the application. Every contributor to the FAFSA must sign. If one doesn't, the student could lose thousands of dollars in financial aid. Watch your email closely for notifications and confirmations."},{"id":"p16.7","type":"heading","box":[57,49,95,53],"text":"TYPES OF FINANCIAL AID"},{"id":"p16.8","type":"figure","box":[58,54,94,82],"text":"","children":[{"id":"p16.8.1","type":"text","box":[70,57,82,61],"text":"GRANTS"},{"id":"p16.8.2","type":"text","box":[63,63,85,68],"text":"SCHOLARSHIPS"},{"id":"p16.8.3","type":"text","box":[67,70,87,74],"text":"WORK-STUDY"},{"id":"p16.8.4","type":"text","box":[64,77,86,81],"text":"FEDERAL LOANS"}]},{"id":"p16.9","type":"text","box":[15,88,90,94],"text":"The only way to find out how much federal student aid you are eligible for is to apply. You can apply online at StudentAid.gov.","children":[{"id":"p16.9.1","type":"link","box":[72,90,89,94],"text":"StudentAid.gov."}]},{"id":"p16.5","type":"text","box":[1,79,4,96],"text":"Funding Your Future"},{"id":"p16.10","type":"footer","box":[2,96,4,99],"text":"16"}]}