CLI
The Struktur CLI provides commands for data extraction, file parsing, and configuration management.
extract
Extract structured data from files, stdin, or text (default command)
parse
Convert a file to Artifact JSON for inspection or pre-processing
config
Manage providers, models, and parsers
utils
Utility commands (artifact viewer)
verify
Validate artifact JSON format
extract is the default command — struktur --input file.pdf ... and struktur extract --input file.pdf ... are equivalent.