1 2 3 4 5 6 7 8 9 10
//! Document-processing tool service operations. //! //! These operations use `ApiFamily::PaasV4` and are distinct from the //! [`crate::tool`] module's web-search and file-parser APIs. mod request; mod response; pub use request::*; pub use response::*;