Skip to main content

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

FlagDefaultDescription
--id IDrequiredDocument ID
--detailchunks, tables, cells, or all
--no-labelsoffHide labels on annotations
--download PATHDownload the annotated PDF to the specified path
--openoffOpen the annotated PDF after generation
--if-missingoffOnly generate if no annotated PDF already exists