7 lines
186 B
Markdown
7 lines
186 B
Markdown
```rust title="Rust"
|
|
use kreuzberg::plugins::registry::get_document_extractor_registry;
|
|
|
|
let registry = get_document_extractor_registry();
|
|
registry.remove("custom-json-extractor")?;
|
|
```
|