all repos — videocr @ d5ff8dee6337712f9991af0d6ef773d1b866fbd3

Extract hardcoded subtitles from videos using machine learning

Pipfile (view raw)

 1[[source]]
 2name = "pypi"
 3url = "https://pypi.org/simple"
 4verify_ssl = true
 5
 6[dev-packages]
 7
 8[packages]
 9pytesseract = "*"
10opencv-python = "*"
11fuzzywuzzy = {extras = ["speedup"],version = "*"}
12
13[requires]
14python_version = "3.7"