Sovereign Edition — Built in Rust

Your Data.
Your Keys.
Your Intelligence.

Extract PDF, DOCX, HTML, images, and audio into clean Markdown — locally, privately, and blazingly fast. Optionally enrich with EU-hosted Mistral AI while keeping total encryption control.

# Convert a PDF with PII redaction
exine convert contract.pdf --redact
INFO Extraction complete (2,847 bytes of markdown)
INFO PII redaction applied: 3 emails, 2 IBANs, 1 phone
# Full pipeline: extract → redact → encrypt → sync
exine convert report.docx --redact --enrich mistral-large --sync
INFO Encrypted with AES-256-GCM (BYOK: local)
INFO Synced to dashboard ✓ (delete token: 8a3f2b...)

Everything extracts. Nothing leaks.

Process sensitive documents end-to-end without a single byte leaving your perimeter.

📄

Multi-Format Extraction

PDF, DOCX, HTML, plain text — all converted to clean GFM Markdown with structural preservation, heading detection, and table formatting.

Pure Rust
🛡️

PII Redaction

Automatic detection and masking of emails, IBANs, phone numbers, credit cards, and IP addresses. All processing stays local.

GDPR-Ready
🔐

BYOK Encryption

AES-256-GCM encryption with Bring Your Own Key. Plug in local keys, AWS KMS, Azure Key Vault, or HashiCorp Vault.

Zero Trust
🧠

Mistral AI Enrichment

Optional EU-hosted LLM enrichment for structural improvement, metadata extraction, and intelligent formatting. Regional pinning supported.

EU Sovereign
👁️

OCR & Speech-to-Text

Extract text from images via Tesseract and transcribe audio via Whisper.cpp. Feature-gated — enable only when you need them.

Feature-Gated
📊

Dashboard

Embedded web dashboard with client-side AES-256-GCM decryption via Web Crypto API. Zero server knowledge. Right to Erasure built in.

Zero Knowledge

From raw document to sovereign output

Every step runs on your machine. The cloud is optional.

📥 Ingest PDF / DOCX / HTML
Extract Rust Parsers
🛡️ Redact PII Masking
🧠 Enrich Mistral AI (opt)
🔐 Encrypt AES-256 BYOK
📊 Dashboard Client Decrypt
# Install
cargo install exine
# Generate a BYOK encryption key
openssl rand -base64 32 > my-key.b64
# Extract, redact PII, encrypt, and sync to dashboard
exine convert sensitive-report.pdf \
--redact \
--enrich mistral-large \
--byok-provider local \
--sync
# Launch the dashboard
exine serve

Start extracting. Stay sovereign.

Exine is open source and free to use. Built in Rust for safety and speed.