all repos — videocr @ 0d86e14fbcc19c1f69d97bc1d1f41f70eb26d804

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 = "*"
12
13[requires]
14python_version = "3.7"