VapourSynth filter for optical character recognition using Tesseract
VapourSynth filters - Tesseract OCR filter
vapoursynth-ocr$ import vapoursynth as vs; core = vs.core; core.ocr.Tesseract(clip)$ core.ocr.Tesseract(clip, language='eng+jpn')$ vspipe script.vpy - | ffmpeg -i pipe: output.mp4