all repos — videocr @ 64ef1f1289386dae142d5c2ec50d809fa196d92e

Extract hardcoded subtitles from videos using machine learning

remove pillow from Pipfile
Yi Ge me@yige.ch
Mon, 29 Apr 2019 04:00:54 +0200
commit

64ef1f1289386dae142d5c2ec50d809fa196d92e

parent

45b7ff52ce53cdb2f1468f7b84c5bc8ff8bb6c87

2 files changed, 1 insertions(+), 3 deletions(-)

jump to
M PipfilePipfile

@@ -7,7 +7,6 @@ [dev-packages]

[packages] pytesseract = "*" -pillow = "*" opencv-python = "*" fuzzywuzzy = {extras = ["speedup"],version = "*"}
M Pipfile.lockPipfile.lock

@@ -1,7 +1,7 @@

{ "_meta": { "hash": { - "sha256": "023d57cba5eb74bef293fc79279ff04f50f3f0ca02921b3663db38f6296c3e80" + "sha256": "0b3949db6f29315ec0f7110819b762663c332d04ad222ab395d16b7d6d9e096f" }, "pipfile-spec": 6, "requires": {

@@ -117,7 +117,6 @@ "sha256:dca5660e25932771460d4688ccbb515677caaf8595f3f3240ec16c117deff89a",

"sha256:de7aedc85918c2f887886442e50f52c1b93545606317956d65f342bd81cb4fc3", "sha256:e6c0bbf8e277b74196e3140c35f9a1ae3eafd818f7f2d3a15819c49135d6c062" ], - "index": "pypi", "version": "==6.0.0" }, "pytesseract": {