pub fn process<Img>( images: Img, opt: &OcrOpt<'_>, ) -> Result<Vec<Result<String, Error>>, Error>where Img: IntoParallelIterator<Item = GrayImage>,
Process subtitles images with Tesseract OCR.
OCR