Skip to main content

ingest_image_file

Function ingest_image_file 

Source
pub fn ingest_image_file(
    storage_root: &Path,
    active: &ActiveModelRecord,
    file_path: &Path,
    typology: &str,
) -> Result<VisionIngestResult, VisionError>