transmutation 0.3.2

High-performance document conversion engine for AI/LLM embeddings - 27 formats supported
1
2
3
4
5
6
7
8
9
10
//! Output optimization strategies

pub mod text;

// TODO: Implement other optimizations
// pub mod image;
// pub mod quality;
// pub mod llm;

pub use text::TextOptimizer;