Skip to main content

Process

Process an uploaded source document.

Usage

fissionbox document process \
--source-path documents/source/invoice.pdf \
--schema-file schema.json

Options

FlagDefaultDescription
--source-path PATHrequiredPath to the uploaded source document
--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 process when you have already uploaded files via upload and want to process them separately. For a combined upload+process step, use run.