all repos — videocr @ 8a56cbf746e5d550853ca53409b0fdda29ac706d

Extract hardcoded subtitles from videos using machine learning

version 0.1.5
Yi Ge me@yige.ch
Sat, 18 May 2019 21:58:43 +0200
commit

8a56cbf746e5d550853ca53409b0fdda29ac706d

parent

6025e09a878365e03be6cac30fcba9583b5fc8e9

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

jump to
M setup.pysetup.py

@@ -6,7 +6,7 @@

setup( name = 'videocr', packages = ['videocr'], - version = '0.1.4', + version = '0.1.5', license = 'MIT', description = 'Extract hardcoded subtitles from videos using machine learning', long_description_content_type = 'text/markdown',

@@ -14,7 +14,7 @@ long_description = readme,

author = 'Yi Ge', author_email = 'me@yige.ch', url = 'https://github.com/apm1467/videocr', - download_url = 'https://github.com/apm1467/videocr/archive/v0.1.tar.gz', + download_url = 'https://github.com/apm1467/videocr/archive/v0.1.5.tar.gz', install_requires = [ 'fuzzywuzzy>=0.17', 'python-Levenshtein>=0.12',