Document extraction, credits, and data controls
Inkrun closes the round trip: it has always turned Markdown into PDFs, and it can now turn PDFs back into structured data your agent can work with.
Added
- Extraction API —
POST /api/v1/inspectreports what a document contains;POST /api/v1/extractpulls structured data out of it, including tables. Deterministic extraction handles clean digital PDFs; a model-assisted tier and an OCR fallback cover scans and awkward layouts. - Extractions dashboard — browse past extractions at
/extractions, with filtering and per-extraction detail. - Credits — one meter for everything. Renders and extractions draw from a single monthly credit balance, with usage-based overage and a clearer tier ladder instead of a hard stop at the quota line.
- Data retention controls — choose how long extraction inputs and outputs are kept, from the settings page or the API.
- Data handling docs — a plain-language page on what Inkrun stores, for how long, and where.
Improved
- Billing — plan changes now show a proration preview before you confirm, and invoices carry your billing address.