all repos — videocr @ fe68c35cc823b70f1f83c317c7b285e30d2568b6

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"