process

Function process 

Source
pub fn process<Img>(
    images: Img,
    opt: &OcrOpt<'_>,
) -> Result<Vec<Result<String, Error>>, Error>
where Img: IntoParallelIterator<Item = GrayImage>,
Expand description

Process subtitles images with Tesseract OCR.