Multimodal redaction pipeline as a stateless Rust library.
Governance vocabulary and ready-to-run regulatory policy templates, over the Elide detection and redaction toolkit.
Elide Runtime layers on top of the Elide toolkit. Elide provides the low-level primitives (recognizers, anonymizers, and the tamper-evident audit log) and Elide Runtime wires them into a document-oriented pipeline. Use this crate set alongside Elide, not instead of it.
A workspace of library crates a host embeds directly. No long-running process, no HTTP layer of its own. Inference is delegated over HTTP to model services in the sibling nvisycom/elide-provider repository; the engine ships with a client that speaks their wire contract, and any service reproducing that contract is a drop-in replacement.
Warning
Active development: API not stable. This project is under active development. Public APIs, configuration shapes, and wire schemas may change without notice between releases. Pin a specific commit if you depend on this in production.
Multimodal codecs
Read, edit, and write PDF, DOCX, images, audio, CSV, JSON, and plain text through a unified span-based content model.
Layered detection
Regex, dictionary, and checksum patterns run first at low cost; NER, OCR, VLM, and LLM classification handle what deterministic methods cannot.
Context-aware redaction
Mask, replace, hash, encrypt, blur, block, and pixelate, with policy-driven rules scoped to entity type, document class, and confidence threshold.
Regulatory templates
Ready-to-run policy postures for HIPAA, GDPR, PCI DSS, CCPA, and SOC 2, so a common obligation does not start from an empty rule set.
Stateless engine
No persistence, no HTTP layer, no background tasks. Each call to analyze or anonymize is self-contained.
Bring your own inference
Any service reproducing the wire contract is a drop-in replacement for the shipped services, including self-hosted or custom models and weights.
The fastest way to get started is with Nvisy Cloud.
For self-hosted use, embed the engine crate directly and deploy the inference services from nvisycom/elide-provider as sidecar containers. See each crate README for details.
- Changelog: CHANGELOG.md for release notes and version history
- Contributing: CONTRIBUTING.md
- License: Apache 2.0, see LICENSE
- Documentation: docs.nvisy.com
- Issues: GitHub Issues
- Email: support@nvisy.com