//! Engine abstractions for document processing
// Core engines (always enabled for PDF support)
// Advanced FFI engines (optional)
pub use LayoutPostprocessor;
// Note: Tesseract OCR is implemented in converters/image.rs
// Note: FFmpeg processing is out of scope for Transmutation