//! Synthetic training data generation for OCR
//!
//! Generates text-line images from fonts with realistic distortions.
//! This allows training and benchmarking OCR engines without manually
//! collecting labeled real-world data.
//!
//! # Example
//! ```
//! use ocr::synthetic::{TextLineGenerator, DistortionConfig};
//!
//! let generator = TextLineGenerator::default();
//! let sample = generator.generate("Hello World");
//! ```
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
use crate;