Ingest
PDFs, photos, scans, zips. Text is read natively where it exists and OCR'd where it doesn't. Duplicates are caught by content hash.
Extractly reads invoices, bank statements, lab reports and hospital paperwork — PDFs or photographs — works out what each one is, pulls every field into your database, and shows you exactly which page it came from.
Private preview · the app asks for credentials
Everything that can be decided without a language model, is. The AI is called when the document is genuinely ambiguous — not on every page.
PDFs, photos, scans, zips. Text is read natively where it exists and OCR'd where it doesn't. Duplicates are caught by content hash.
Keyword and pattern signals name the document type on their own. Only a weak or contested score escalates to the model.
The matching template tells the model exactly which fields to find. Money, dates and totals are parsed into real types, not strings.
Source on the left, editable fields on the right. Every value carries a confidence score and the page it was lifted from.
One document or every document of a type — as CSV, as a spreadsheet, or pushed straight into your own API or database.
Templates are data, not code. Each one names its fields, their types, and the arithmetic that has to hold true.
Need purchase orders, remittance advice, or a shipping manifest?
Drop a template.json into the registry — no rebuild, no deploy.
Anything that lands in your database can be traced back to the pixel it came from.
Every field remembers its page and carries a confidence score. Low-confidence values are flagged for a human before anything is exported.
Invoices must balance. Bank statements must reconcile from opening balance through every transaction to closing. When they don't, Extractly says so instead of quietly filing a wrong number.
Point total at amount_cents, apply a transform, preview the rows, then push to a REST endpoint, a database table, or a sheet. Dry-run first, always.
Vision runs on Qwen-VL in production and OpenAI locally — but documents you mark as sensitive are read by an on-box OCR engine instead, so no PHI crosses the wire.
Extractly plugs into your StorageSpace drive with a signed hand-off — the file travels with a short-lived token, gets processed, and appears in your review queue. No download, no re-upload, no copy sitting on a laptop.
Extractly is live and processing documents right now. Sign in to upload your first one.