Verify Block
verify_blockMark a block as verified (✓) or wrong (✗) and persist the status to the PDF document. Accepts an optional note for reference.
Instructions
Mark an extracted block as verified (✓) or wrong (✗), persisted to the document. Called by the view_document viewer when the user clicks a block; also usable directly with document_id + node_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional human note, stored with the verification. | |
| node_id | Yes | Node/block ID to verify (from a view_document overlay). | |
| approved | No | true → mark the block verified (✓). false → flag it as wrong (✗). | |
| document_id | Yes | okraPDF document ID the block belongs to. |