← Back to document 506
AI review โ page 3
claude-opus-4-8 ยท prompt v7 ยท 2026-09-04T15:09:23+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 3 json data:
{"items":[{"id":"p3.1","type":"title","box":[27,5,73,7],"text":"Norwich Economic Barometer โ July 2026"},{"id":"p3.2","type":"heading","box":[9,9,31,11],"text":"Business news"},{"id":"p3.3","type":"heading","box":[9,13,20,15],"text":"Economy"},{"id":"p3.4","type":"list","box":[8,16,91,60],"text":"","children":[{"id":"p3.4.1","type":"list_item","box":[8,16,91,31],"text":"The Bank of England maintained UK interest rates at their current level (3.75%), warning that any further escalation of the conflict with Iran could push inflation above 4% next year and increase cost of living pressures for households. While official figures show that UK inflation fell more than expected to 2.6% in June, down from a peak of 3.8% last year, policymakers remain cautious about external risks that could drive energy and commodity prices higher. Prior to the outbreak of the Iran conflict, inflation had been on a trajectory towards the Bank's 2% target, but heightened geopolitical uncertainty now poses a risk to further progress."},{"id":"p3.4.2","type":"list_item","box":[8,32,91,60],"text":"Business confidence in the UK fell to its lowest level in more than a year in June, driven by weaker profit expectations and growing reluctance among service sector firms to expand their workforce or invest in capital projects. Against a backdrop of political uncertainty, persistent inflation, subdued consumer confidence and geopolitical risks, many businesses reported adapting their strategies by targeting new export markets, diversifying products and services, adopting AI technologies and strengthening cost controls. According to the S&P Global UK Business Outlook survey summarised in Figure 1, firms remained optimistic about private sector output over the next 12 months, but net optimism declined, marking the weakest reading since February 2025. The decline was largely attributed to a sharp increase in the number of service sector companies expecting activity to fall, reducing confidence in the sector to its joint lowest level since October 2022. Respondents highlighted rising labour costs, weaker client spending and global uncertainty as key challenges, although many continued to identify opportunities for growth through AI-driven service improvements and broader business diversification."}]},{"id":"p3.5","type":"figure","box":[20,61,83,87],"text":""},{"id":"p3.6","type":"caption","box":[20,89,71,91],"text":"Figure 1: S&P Global/CIPS UK Services Business Activity Index"},{"id":"p3.7","type":"footnote","box":[21,87,46,89],"text":"Data were collected 11-26 June 2026."},{"id":"p3.8","type":"footer","box":[90,93,91,95],"text":"2"}]}
Model response
{"items":[{"id":"p3.1","type":"title","box":[27,5,73,7],"text":"Norwich Economic Barometer โ July 2026"},{"id":"p3.2","type":"heading","box":[9,9,31,11],"text":"Business news"},{"id":"p3.3","type":"heading","box":[9,13,20,15],"text":"Economy"},{"id":"p3.4","type":"list","box":[8,16,91,60],"text":"","children":[{"id":"p3.4.1","type":"list_item","box":[8,16,91,31],"text":"The Bank of England maintained UK interest rates at their current level (3.75%), warning that any further escalation of the conflict with Iran could push inflation above 4% next year and increase cost of living pressures for households. While official figures show that UK inflation fell more than expected to 2.6% in June, down from a peak of 3.8% last year, policymakers remain cautious about external risks that could drive energy and commodity prices higher. Prior to the outbreak of the Iran conflict, inflation had been on a trajectory towards the Bank's 2% target, but heightened geopolitical uncertainty now poses a risk to further progress."},{"id":"p3.4.2","type":"list_item","box":[8,32,91,60],"text":"Business confidence in the UK fell to its lowest level in more than a year in June, driven by weaker profit expectations and growing reluctance among service sector firms to expand their workforce or invest in capital projects. Against a backdrop of political uncertainty, persistent inflation, subdued consumer confidence and geopolitical risks, many businesses reported adapting their strategies by targeting new export markets, diversifying products and services, adopting AI technologies and strengthening cost controls. According to the S&P Global UK Business Outlook survey summarised in Figure 1, firms remained optimistic about private sector output over the next 12 months, but net optimism declined, marking the weakest reading since February 2025. The decline was largely attributed to a sharp increase in the number of service sector companies expecting activity to fall, reducing confidence in the sector to its joint lowest level since October 2022. Respondents highlighted rising labour costs, weaker client spending and global uncertainty as key challenges, although many continued to identify opportunities for growth through AI-driven service improvements and broader business diversification."}]},{"id":"p3.5","type":"figure","box":[20,61,83,87],"text":""},{"id":"p3.7","type":"footnote","box":[21,87,46,89],"text":"Data were collected 11-26 June 2026."},{"id":"p3.6","type":"caption","box":[20,89,71,91],"text":"Figure 1: S&P Global/CIPS UK Services Business Activity Index"},{"id":"p3.8","type":"footer","box":[90,93,91,95],"text":"2"}]}