Function perform_ocr_custom

Source
pub async fn perform_ocr_custom(
    image: &DynamicImage,
    languages: Vec<Language>,
    credentials: &Credentials,
) -> Result<(String, String, Option<f64>)>