1 2 3 4
extern crate image; pub mod text_image; pub mod image_to_text; pub use self::text_image::TextImage;