Annotate
Generate an annotated PDF for a processed document with visual markers highlighting extracted content.
Usage
Generate with all detail levels
fissionbox document annotate --id art-abc123 --detail all
Download to a specific path
fissionbox document annotate --id art-abc123 --download ./annotated.pdf
Generate and open automatically
fissionbox document annotate --id art-abc123 --open
Only generate if missing
fissionbox document annotate --id art-abc123 --if-missing --download ./annotated.pdf
Options
| Flag | Default | Description |
|---|---|---|
--id ID | required | Document ID |
--detail | — | chunks, tables, cells, or all |
--no-labels | off | Hide labels on annotations |
--download PATH | — | Download the annotated PDF to the specified path |
--open | off | Open the annotated PDF after generation |
--if-missing | off | Only generate if no annotated PDF already exists |