all repos — videocr @ 45b7ff52ce53cdb2f1468f7b84c5bc8ff8bb6c87

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 = "*"
10pillow = "*"
11opencv-python = "*"
12fuzzywuzzy = {extras = ["speedup"],version = "*"}
13
14[requires]
15python_version = "3.7"