CLI Usage
The package ships with a talonic binary for terminal-based workflows.
Examples
talonic schemas list
talonic documents list --per-page=20
talonic extract ./invoice.pdf \
--schema='{"vendor_name":"string","total_amount":"number"}'
talonic --helpThe CLI reads TALONIC_API_KEY from the environment. All output is JSON by default.