← Back to document 495

AI review — page 270

claude-opus-4-8 · prompt v7 · 2026-09-02T18:37:48+00:00 · applied: yes · changed: yes

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

Annotated page 270

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

{"items":[{"id":"p270.1","type":"header","box":[5,95,35,96],"text":"CMBLIT147-33 ©HSBC Group 2024. All Rights Reserved."},{"id":"p270.2","type":"header","box":[83,96,95,97],"text":"Page 270 of 270"},{"id":"p270.3","type":"text","box":[5,73,94,82],"text":"This information is issued by HSBC Bank plc (\"HSBC\"). HSBC is authorised and regulated by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority and is a member of the HSBC Group of companies. The information is provided for the intended recipient only and is intended to be distributed in its entirety. HSBC has made every effort to ensure that the information is accurate, however, this is not an official confirmation of trading activity and, in the event of any discrepancy between this information and your official trade confirmation the official trade confirmation shall prevail. This does not constitute an offer, solicitation, invitation or inducement from HSBC or any other person, to buy, sell or enter into any"},{"id":"p270.4","type":"heading","box":[5,81,41,83],"text":"other transaction in respect of any financial product."},{"id":"p270.5","type":"text","box":[5,86,93,94],"text":"HSBC UK Bank plc. Registered in England and Wales (company number: 9928412). Registered Office: 1 Centenary Square, Birmingham, B1 1HQ. Authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority (Financial Services Register number: 765112).\nHSBC Bank plc. Registered in England and Wales (company number: 14259). Registered Office: 8 Canada Square, London, E14 5HQ. Authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority (Financial Services Register number: 114216).\nHSBC Bank plc, Jersey Branch is licensed by the Jersey Financial Services Commission. HSBC Bank plc, Guernsey Branch is licensed by the Guernsey Financial Services Commission. In the Isle of Man, HSBC Bank plc is licensed by the Isle of Man Financial Services Authority."}]}

Model response

{"items":[{"id":"p270.3","type":"text","box":[5,73,94,82],"text":"This information is issued by HSBC Bank plc (\"HSBC\"). HSBC is authorised and regulated by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority and is a member of the HSBC Group of companies. The information is provided for the intended recipient only and is intended to be distributed in its entirety. HSBC has made every effort to ensure that the information is accurate, however, this is not an official confirmation of trading activity and, in the event of any discrepancy between this information and your official trade confirmation the official trade confirmation shall prevail. This does not constitute an offer, solicitation, invitation or inducement from HSBC or any other person, to buy, sell or enter into any"},{"id":"p270.4","type":"text","box":[5,81,41,83],"text":"other transaction in respect of any financial product."},{"id":"p270.5","type":"text","box":[5,86,93,94],"text":"HSBC UK Bank plc. Registered in England and Wales (company number: 9928412). Registered Office: 1 Centenary Square, Birmingham, B1 1HQ. Authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority (Financial Services Register number: 765112).\nHSBC Bank plc. Registered in England and Wales (company number: 14259). Registered Office: 8 Canada Square, London, E14 5HQ. Authorised by the Prudential Regulation Authority and regulated by the Financial Conduct Authority and the Prudential Regulation Authority (Financial Services Register number: 114216).\nHSBC Bank plc, Jersey Branch is licensed by the Jersey Financial Services Commission. HSBC Bank plc, Guernsey Branch is licensed by the Guernsey Financial Services Commission. In the Isle of Man, HSBC Bank plc is licensed by the Isle of Man Financial Services Authority."},{"id":"p270.1","type":"footer","box":[5,95,35,96],"text":"CMBLIT147-33 ©HSBC Group 2024. All Rights Reserved."},{"id":"p270.2","type":"footer","box":[83,96,95,97],"text":"Page 270 of 270"}]}