918 B
918 B
Custom PDF metadata extractor implementation is not available in the Elixir binding. Document extractors must be implemented in Rust using the DocumentExtractor trait.
To implement a custom PDF metadata extractor in Rust:
- Implement the
PluginandDocumentExtractortraits - Add support for PDF MIME types:
application/pdf - Use a PDF library (e.g., pdfium-render, pdf crate) to extract metadata
- Register the extractor in the Rust core
See the Rust plugin documentation for implementing custom DocumentExtractor plugins for PDF files.