1mod text; 2pub use text::TextLoader; 3 4#[cfg(feature = "pdf")] 5mod pdf; 6#[cfg(feature = "pdf")] 7pub use pdf::PdfLoader;