//! Document orientation detection using PP-LCNet_x1_0_doc_ori.
//!
//! The `types` submodule is always available under the `auto-rotate-types` feature
//! (pure-Rust, no ORT dependency). The full detection implementation requires the
//! document-orientation capability (`auto_rotate` cfg) — provided by the ORT-backed
//! `auto-rotate` feature or the pure-Rust `auto-rotate-tract` variant.
pub use OrientationResult;
pub
pub use resolve_cache_dir;
pub use ;