846 B
846 B
Document extractor registration is not available in the Elixir binding. Custom extractors must be implemented in Rust using the DocumentExtractor trait and registered in the Rust core.
To use custom extractors in Elixir:
- Implement the extractor in Rust using the
DocumentExtractortrait - Register the extractor in the Rust core's registry
- Call the extraction functions from Elixir
See the Rust plugin documentation for implementing custom DocumentExtractor plugins.