186 B
186 B
use kreuzberg::plugins::registry::get_document_extractor_registry;
let registry = get_document_extractor_registry();
registry.remove("custom-json-extractor")?;
use kreuzberg::plugins::registry::get_document_extractor_registry;
let registry = get_document_extractor_registry();
registry.remove("custom-json-extractor")?;