Goal
Return word coordinates so your app can highlight exact words on the source PDF, not just larger text blocks.Sample Document
Use the Bank Statement to test overlays on dense tabular text.
Request
When To Use It
| Use case | Why word boxes help |
|---|---|
| Redaction preview | Highlight exact words before applying a redaction layer. |
| Reviewer UI | Jump from extracted value to exact source words. |
| OCR QA | Compare expected values against word coordinates and confidence. |
| Evidence packs | Preserve a visual trail for downstream audits. |
Checks
- Word-level boxes are PDF-only.
- Results are larger; avoid enabling this on every ingestion job.
- For many products, standard bounding boxes are enough.
- Store page number, polygon/box coordinates, and extraction ID with review annotations.
- Test overlays at multiple zoom levels before users rely on them for redaction.
Related
Word-Level Bounding Boxes
Word-level option details.
Bounding Boxes
Standard bounding box format.