← Back to document 506

AI review โ€” page 8

claude-opus-4-8 ยท prompt v7 ยท 2026-09-04T15:09:50+00:00 ยท applied: yes ยท changed: yes

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

Annotated page 8

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

{"items":[{"id":"p8.1","type":"header","box":[27,5,73,7],"text":"Norwich Economic Barometer โ€“ July 2026"},{"id":"p8.2","type":"heading","box":[9,10,54,13],"text":"Claimant count unemployment"},{"id":"p8.3","type":"figure","box":[10,14,90,35],"text":""},{"id":"p8.4","type":"caption","box":[9,37,57,39],"text":"Figure 4 Claimant count unemployment 2021 to 2026"},{"id":"p8.5","type":"text","box":[9,40,91,51],"text":"Norwich Local Authority (LA) has consistently recorded a higher claimant count unemployment rate than the other areas throughout the period. Although unemployment fell sharply from a peak of around 5.6% in June 2021 to a low of 3.4% in late 2022, the rate subsequently increased and stabilised at around 4.2% by June 2026. This remains above the national average (3.9%), Norfolk (3.6%), the East of England (3.3%) and particularly the wider Norwich Urban Area (3.1%)."},{"id":"p8.6","type":"text","box":[9,52,91,61],"text":"While all areas followed a similar post-pandemic trend of decline followed by a modest increase from 2023 onwards, Norwich LA has maintained the highest claimant rate and the largest gap with neighbouring areas, indicating that unemployment-related benefit claims remain more concentrated within the city authority than across the wider local, regional and national geographies."},{"id":"p8.7","type":"table","box":[9,62,91,91],"text":"","children":[{"id":"p8.7.1","type":"table_cell","box":[10,62,59,64],"text":"Table 1 Claimant count unemployment rate"},{"id":"p8.7.2","type":"table_cell","box":[9,66,18,73],"text":""},{"id":"p8.7.3","type":"table_cell","box":[29,65,34,68],"text":"June 2025"},{"id":"p8.7.4","type":"table_cell","box":[46,65,50,68],"text":"May 2026"},{"id":"p8.7.5","type":"table_cell","box":[62,65,66,68],"text":"June 2026"},{"id":"p8.7.6","type":"table_cell","box":[73,66,80,69],"text":"Monthly change"},{"id":"p8.7.7","type":"table_cell","box":[83,66,89,69],"text":"Annual change"},{"id":"p8.7.8","type":"table_cell","box":[26,69,32,70],"text":"Number"},{"id":"p8.7.9","type":"table_cell","box":[27,69,36,73],"text":"%"},{"id":"p8.7.10","type":"table_cell","box":[41,69,48,70],"text":"Number"},{"id":"p8.7.11","type":"table_cell","box":[45,69,54,73],"text":"%"},{"id":"p8.7.12","type":"table_cell","box":[58,69,64,70],"text":"Number"},{"id":"p8.7.13","type":"table_cell","box":[64,69,73,73],"text":"%"},{"id":"p8.7.14","type":"table_cell","box":[12,71,21,72],"text":"Gt. Britain"},{"id":"p8.7.15","type":"table_cell","box":[25,72,32,73],"text":"1,660,585"},{"id":"p8.7.16","type":"table_cell","box":[36,72,39,73],"text":"3.9"},{"id":"p8.7.17","type":"table_cell","box":[41,72,48,73],"text":"1,644,615"},{"id":"p8.7.18","type":"table_cell","box":[52,72,55,73],"text":"3.9"},{"id":"p8.7.19","type":"table_cell","box":[58,72,65,73],"text":"1,663,755"},{"id":"p8.7.20","type":"table_cell","box":[69,72,71,73],"text":"3.9"},{"id":"p8.7.21","type":"table_cell","box":[80,72,81,73],"text":"0"},{"id":"p8.7.22","type":"table_cell","box":[89,72,90,73],"text":"0"},{"id":"p8.7.23","type":"table_cell","box":[13,74,20,77],"text":"East of England"},{"id":"p8.7.24","type":"table_cell","box":[26,76,32,77],"text":"130,670"},{"id":"p8.7.25","type":"table_cell","box":[36,76,39,77],"text":"3.2"},{"id":"p8.7.26","type":"table_cell","box":[42,76,48,77],"text":"130,260"},{"id":"p8.7.27","type":"table_cell","box":[52,76,55,77],"text":"3.2"},{"id":"p8.7.28","type":"table_cell","box":[59,76,65,77],"text":"131,980"},{"id":"p8.7.29","type":"table_cell","box":[69,76,71,77],"text":"3.3"},{"id":"p8.7.30","type":"table_cell","box":[77,76,81,77],"text":"+ 0.1%"},{"id":"p8.7.31","type":"table_cell","box":[86,76,90,77],"text":"+ 0.1%"},{"id":"p8.7.32","type":"table_cell","box":[13,79,19,80],"text":"Norfolk"},{"id":"p8.7.33","type":"table_cell","box":[27,80,32,81],"text":"15,995"},{"id":"p8.7.34","type":"table_cell","box":[36,80,39,81],"text":"2.9"},{"id":"p8.7.35","type":"table_cell","box":[43,80,48,81],"text":"16,925"},{"id":"p8.7.36","type":"table_cell","box":[52,80,55,81],"text":"3.1"},{"id":"p8.7.37","type":"table_cell","box":[60,80,65,81],"text":"17,040"},{"id":"p8.7.38","type":"table_cell","box":[69,80,71,81],"text":"3.1"},{"id":"p8.7.39","type":"table_cell","box":[80,80,81,81],"text":"0"},{"id":"p8.7.40","type":"table_cell","box":[86,80,90,81],"text":"+ 0.2%"},{"id":"p8.7.41","type":"table_cell","box":[11,84,21,88],"text":"Norwich Urban Area"},{"id":"p8.7.42","type":"table_cell","box":[28,84,32,85],"text":"5,150"},{"id":"p8.7.43","type":"table_cell","box":[36,84,39,85],"text":"3.4"},{"id":"p8.7.44","type":"table_cell","box":[44,84,48,85],"text":"4,910"},{"id":"p8.7.45","type":"table_cell","box":[52,84,55,85],"text":"3.6"},{"id":"p8.7.46","type":"table_cell","box":[61,84,65,85],"text":"4,955"},{"id":"p8.7.47","type":"table_cell","box":[69,84,71,85],"text":"3.6"},{"id":"p8.7.48","type":"table_cell","box":[80,84,81,85],"text":"0"},{"id":"p8.7.49","type":"table_cell","box":[86,84,90,85],"text":"+ 0.2%"},{"id":"p8.7.50","type":"table_cell","box":[9,87,18,91],"text":"Norwich City Council Area"},{"id":"p8.7.51","type":"table_cell","box":[28,88,32,89],"text":"4,000"},{"id":"p8.7.52","type":"table_cell","box":[36,88,39,89],"text":"3.9"},{"id":"p8.7.53","type":"table_cell","box":[44,88,48,89],"text":"4,215"},{"id":"p8.7.54","type":"table_cell","box":[52,88,55,89],"text":"4.1"},{"id":"p8.7.55","type":"table_cell","box":[61,88,65,89],"text":"4,240"},{"id":"p8.7.56","type":"table_cell","box":[69,88,71,89],"text":"4.2"},{"id":"p8.7.57","type":"table_cell","box":[77,88,81,89],"text":"+ 0.1%"},{"id":"p8.7.58","type":"table_cell","box":[86,88,90,89],"text":"+ 0.3%"}]},{"id":"p8.8","type":"footer","box":[90,93,91,95],"text":"7"}]}

Model response

{"items":[{"id":"p8.1","type":"header","box":[27,5,73,7],"text":"Norwich Economic Barometer โ€“ July 2026"},{"id":"p8.2","type":"heading","box":[9,10,54,13],"text":"Claimant count unemployment"},{"id":"p8.3","type":"figure","box":[10,14,90,35],"text":""},{"id":"p8.4","type":"caption","box":[9,37,57,39],"text":"Figure 4 Claimant count unemployment 2021 to 2026"},{"id":"p8.5","type":"text","box":[9,40,91,51],"text":"Norwich Local Authority (LA) has consistently recorded a higher claimant count unemployment rate than the other areas throughout the period. Although unemployment fell sharply from a peak of around 5.6% in June 2021 to a low of 3.4% in late 2022, the rate subsequently increased and stabilised at around 4.2% by June 2026. This remains above the national average (3.9%), Norfolk (3.6%), the East of England (3.3%) and particularly the wider Norwich Urban Area (3.1%)."},{"id":"p8.6","type":"text","box":[9,52,91,61],"text":"While all areas followed a similar post-pandemic trend of decline followed by a modest increase from 2023 onwards, Norwich LA has maintained the highest claimant rate and the largest gap with neighbouring areas, indicating that unemployment-related benefit claims remain more concentrated within the city authority than across the wider local, regional and national geographies."},{"id":"p8.7","type":"table","box":[9,62,91,91],"text":"","children":[{"id":"p8.7.1","type":"table_cell","box":[10,62,59,64],"text":"Table 1 Claimant count unemployment rate"},{"id":"p8.7.2","type":"table_cell","box":[9,66,18,73],"text":""},{"id":"p8.7.3","type":"table_cell","box":[29,65,34,68],"text":"June 2025"},{"id":"p8.7.4","type":"table_cell","box":[46,65,50,68],"text":"May 2026"},{"id":"p8.7.5","type":"table_cell","box":[62,65,66,68],"text":"June 2026"},{"id":"p8.7.6","type":"table_cell","box":[73,66,80,69],"text":"Monthly change"},{"id":"p8.7.7","type":"table_cell","box":[83,66,89,69],"text":"Annual change"},{"id":"p8.7.8","type":"table_cell","box":[26,69,32,70],"text":"Number"},{"id":"p8.7.9","type":"table_cell","box":[27,69,36,73],"text":"%"},{"id":"p8.7.10","type":"table_cell","box":[41,69,48,70],"text":"Number"},{"id":"p8.7.11","type":"table_cell","box":[45,69,54,73],"text":"%"},{"id":"p8.7.12","type":"table_cell","box":[58,69,64,70],"text":"Number"},{"id":"p8.7.13","type":"table_cell","box":[64,69,73,73],"text":"%"},{"id":"p8.7.14","type":"table_cell","box":[12,71,21,72],"text":"Gt. Britain"},{"id":"p8.7.15","type":"table_cell","box":[25,72,32,73],"text":"1,660,585"},{"id":"p8.7.16","type":"table_cell","box":[36,72,39,73],"text":"3.9"},{"id":"p8.7.17","type":"table_cell","box":[41,72,48,73],"text":"1,644,615"},{"id":"p8.7.18","type":"table_cell","box":[52,72,55,73],"text":"3.9"},{"id":"p8.7.19","type":"table_cell","box":[58,72,65,73],"text":"1,663,755"},{"id":"p8.7.20","type":"table_cell","box":[69,72,71,73],"text":"3.9"},{"id":"p8.7.21","type":"table_cell","box":[80,72,81,73],"text":"0"},{"id":"p8.7.22","type":"table_cell","box":[89,72,90,73],"text":"0"},{"id":"p8.7.23","type":"table_cell","box":[13,74,20,77],"text":"East of England"},{"id":"p8.7.24","type":"table_cell","box":[26,76,32,77],"text":"130,670"},{"id":"p8.7.25","type":"table_cell","box":[36,76,39,77],"text":"3.2"},{"id":"p8.7.26","type":"table_cell","box":[42,76,48,77],"text":"130,260"},{"id":"p8.7.27","type":"table_cell","box":[52,76,55,77],"text":"3.2"},{"id":"p8.7.28","type":"table_cell","box":[59,76,65,77],"text":"131,980"},{"id":"p8.7.29","type":"table_cell","box":[69,76,71,77],"text":"3.3"},{"id":"p8.7.30","type":"table_cell","box":[77,76,81,77],"text":"+ 0.1%"},{"id":"p8.7.31","type":"table_cell","box":[86,76,90,77],"text":"+ 0.1%"},{"id":"p8.7.32","type":"table_cell","box":[13,79,19,80],"text":"Norfolk"},{"id":"p8.7.33","type":"table_cell","box":[27,80,32,81],"text":"15,995"},{"id":"p8.7.34","type":"table_cell","box":[36,80,39,81],"text":"2.9"},{"id":"p8.7.35","type":"table_cell","box":[43,80,48,81],"text":"16,925"},{"id":"p8.7.36","type":"table_cell","box":[52,80,55,81],"text":"3.1"},{"id":"p8.7.37","type":"table_cell","box":[60,80,65,81],"text":"17,040"},{"id":"p8.7.38","type":"table_cell","box":[69,80,71,81],"text":"3.1"},{"id":"p8.7.39","type":"table_cell","box":[80,80,81,81],"text":"0"},{"id":"p8.7.40","type":"table_cell","box":[86,80,90,81],"text":"+ 0.2%"},{"id":"p8.7.41","type":"table_cell","box":[11,84,21,88],"text":"Norwich Urban Area"},{"id":"p8.7.42","type":"table_cell","box":[28,84,32,85],"text":"5,150"},{"id":"p8.7.43","type":"table_cell","box":[36,84,39,85],"text":"3.4"},{"id":"p8.7.44","type":"table_cell","box":[44,84,48,85],"text":"4,910"},{"id":"p8.7.45","type":"table_cell","box":[52,84,55,85],"text":"3.6"},{"id":"p8.7.46","type":"table_cell","box":[61,84,65,85],"text":"4,955"},{"id":"p8.7.47","type":"table_cell","box":[69,84,71,85],"text":"3.6"},{"id":"p8.7.48","type":"table_cell","box":[80,84,81,85],"text":"0"},{"id":"p8.7.49","type":"table_cell","box":[86,84,90,85],"text":"+ 0.2%"},{"id":"p8.7.50","type":"table_cell","box":[9,87,18,91],"text":"Norwich City Council Area"},{"id":"p8.7.51","type":"table_cell","box":[28,88,32,89],"text":"4,000"},{"id":"p8.7.52","type":"table_cell","box":[36,88,39,89],"text":"3.9"},{"id":"p8.7.53","type":"table_cell","box":[44,88,48,89],"text":"4,215"},{"id":"p8.7.54","type":"table_cell","box":[52,88,55,89],"text":"4.1"},{"id":"p8.7.55","type":"table_cell","box":[61,88,65,89],"text":"4,240"},{"id":"p8.7.56","type":"table_cell","box":[69,88,71,89],"text":"4.2"},{"id":"p8.7.57","type":"table_cell","box":[77,88,81,89],"text":"+ 0.1%"},{"id":"p8.7.58","type":"table_cell","box":[86,88,90,89],"text":"+ 0.3%"}]},{"id":"p8.8","type":"footer","box":[90,93,91,95],"text":"7"}]}