all repos — videocr @ fba35f010840753d71b2bafc9447f5607031eb7f

Extract hardcoded subtitles from videos using machine learning

videocr/constants.py (view raw)

1ENG_URL = 'https://github.com/tesseract-ocr/tessdata_fast/raw/master/eng.traineddata'
2
3TESSDATA_URL = 'https://github.com/tesseract-ocr/tessdata_best/raw/master/script/{}.traineddata'