Function parse_image_from_bytes

Source
pub fn parse_image_from_bytes(
    image_data: &Bytes,
    only_given_digits: bool,
) -> Result<OcrResult, ParseImageError>