visionkit-rs 0.3.3

Safe Rust bindings for VisionKit.framework — image analysis, Live Text, and availability-aware area coverage on macOS
Documentation
1
2
3
4
5
6
/// Re-exports the VisionKit ImageAnalysis wrapper.
pub use crate::image_analysis::ImageAnalysis;
/// Re-exports the VisionKit image analyzer types.
pub use crate::image_analyzer::{
    ImageAnalysisTypes, ImageAnalyzer, ImageAnalyzerConfiguration, ImageOrientation,
};