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
| Flag | Default | Description |
|---|---|---|
--path PATH | required | Path to a document file |
--name NAME | — | Document name |
--schema-file FILE | — | JSON schema for structured data extraction |
--schema-json JSON | — | Inline extraction schema as JSON string |
--extract-diagrams | off | Extract diagrams |
--extract-images | off | Extract images |
--response-detail | full | full 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.