Skip to main content

Run

Upload and process a single document in one step. Blocks until the result is ready.

Usage

fissionbox document run \
--path invoice.pdf \
--schema-file schema.json \
--extract-images

Options

FlagDefaultDescription
--path PATHrequiredPath to a document file
--name NAMEDocument name
--schema-file FILEJSON schema for structured data extraction
--schema-json JSONInline extraction schema as JSON string
--extract-diagramsoffExtract diagrams
--extract-imagesoffExtract images
--response-detailfullfull or extracted_only

When to Use

Use run for quick single-file processing where you want to wait for the result. For batches, use queue instead.