Process
Process an uploaded source document.
Usage
fissionbox document process \
--source-path documents/source/invoice.pdf \
--schema-file schema.json
Options
| Flag | Default | Description |
|---|---|---|
--source-path PATH | required | Path to the uploaded source document |
--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 process when you have already uploaded files via upload and want to process them separately. For a combined upload+process step, use run.