all repos — videocr @ master

Extract hardcoded subtitles from videos using machine learning

fe68c35c
Fix parsing error
Marco Andronaco andronacomarco@gmail.com
Sun, 31 Jul 2022 19:46:15 +0200
d1567670
Fix tessdata URLs
Marco Andronaco andronacomarco@gmail.com
Sun, 31 Jul 2022 19:45:56 +0200
9b97c996
version 0.1.6
Yi Ge me@yige.ch
Sun, 15 Dec 2019 22:53:12 +0800
04561b96
update README
Yi Ge me@yige.ch
Sun, 15 Dec 2019 22:44:55 +0800
8f8f2d6d
print muted exception from multiprocessing pool
Yi Ge me@yige.ch
Sun, 15 Dec 2019 22:29:13 +0800
7b607e5c
Merge branch 'dependabot/pip/pillow-6.2.0' of https://github.com/apm1467/videocr
Yi Ge me@yige.ch
Sun, 15 Dec 2019 21:51:24 +0800
51ab92cc
reformat setup.py
Yi Ge me@yige.ch
Sun, 15 Dec 2019 21:49:57 +0800
f8e99465
move util functions to utils.py
Yi Ge me@yige.ch
Sun, 15 Dec 2019 21:38:48 +0800
9360ebdd
add adapter for OpenCV
Yi Ge me@yige.ch
Sun, 15 Dec 2019 21:38:17 +0800
720c9d47
move download_lang_data to utils.py
Yi Ge me@yige.ch
Sun, 15 Dec 2019 20:56:09 +0800
8a56cbf7
version 0.1.5
Yi Ge me@yige.ch
Sat, 18 May 2019 21:58:43 +0200
6025e09a
update README
Yi Ge me@yige.ch
Fri, 17 May 2019 17:46:43 +0200
da8cd05f
use lazy map when performing parallel ocr
Yi Ge me@yige.ch
Fri, 17 May 2019 16:26:06 +0200
c63e5086
update README
Yi Ge me@yige.ch
Wed, 01 May 2019 05:43:59 +0200
eb29dd4d
update README
Yi Ge me@yige.ch
Tue, 30 Apr 2019 17:59:10 +0200
95da09ab
add installation to README
Yi Ge me@yige.ch
Tue, 30 Apr 2019 03:00:17 +0200
e4b07ebb
add project long_description
Yi Ge me@yige.ch
Tue, 30 Apr 2019 01:18:08 +0200
168c9cfd
add setup files
Yi Ge me@yige.ch
Tue, 30 Apr 2019 00:01:13 +0200
7ebf6a17
update README
Yi Ge me@yige.ch
Mon, 29 Apr 2019 23:16:37 +0200
04ad4597
support combining multiple languages
Yi Ge me@yige.ch
Mon, 29 Apr 2019 22:29:49 +0200
94e2ca5b
update README
Yi Ge me@yige.ch
Mon, 29 Apr 2019 17:02:35 +0200
3f6af992
update README
Yi Ge me@yige.ch
Mon, 29 Apr 2019 05:00:25 +0200
1da8f73e
add README
Yi Ge me@yige.ch
Mon, 29 Apr 2019 04:14:35 +0200
64ef1f12
remove pillow from Pipfile
Yi Ge me@yige.ch
Mon, 29 Apr 2019 04:00:54 +0200
45b7ff52
add LICENSE
Yi Ge me@yige.ch
Mon, 29 Apr 2019 03:56:43 +0200
efd72236
make sim_threshold adjustable through api
Yi Ge me@yige.ch
Mon, 29 Apr 2019 03:50:06 +0200
77362dce
make conf_threshold adjustable through api
Yi Ge me@yige.ch
Mon, 29 Apr 2019 03:05:02 +0200
a5e6845a
move tessdata dir to ~/tessdata
Yi Ge me@yige.ch
Mon, 29 Apr 2019 03:04:06 +0200
fba35f01
auto download tesseract data file
Yi Ge me@yige.ch
Sun, 28 Apr 2019 17:33:16 +0200
bccdcc02
define module __init__.py
Yi Ge me@yige.ch
Sun, 28 Apr 2019 17:31:43 +0200
bd6f1597
add api definition
Yi Ge me@yige.ch
Sun, 28 Apr 2019 15:46:24 +0200
bc84ee39
move video parameters to run_ocr() function
Yi Ge me@yige.ch
Sat, 27 Apr 2019 21:41:19 +0200
3f73cb9b
adjust text similarity metrics
Yi Ge me@yige.ch
Sat, 27 Apr 2019 03:18:27 +0200
a3986b32
support ocr on part of the video
Yi Ge me@yige.ch
Sat, 27 Apr 2019 00:29:31 +0200
e55c17c3
export subtitles to srt file
Yi Ge me@yige.ch
Sat, 27 Apr 2019 00:28:17 +0200
99c58555
install fuzzywuzzy
Yi Ge me@yige.ch
Fri, 26 Apr 2019 00:34:28 +0200
f5d27a7a
calculate PredictedSubtitle.text early
Yi Ge me@yige.ch
Fri, 26 Apr 2019 00:32:47 +0200
3a73f1f5
merge new sub to the last subs if they are similar
Yi Ge me@yige.ch
Fri, 26 Apr 2019 00:07:25 +0200
0d86e14f
divide ocr of frames into subtitle paragraphs
Yi Ge me@yige.ch
Thu, 25 Apr 2019 01:40:46 +0200
0e932936
add PredictedSubtitle model
Yi Ge me@yige.ch
Thu, 25 Apr 2019 01:39:35 +0200
63873af4
add Video class
Yi Ge me@yige.ch
Wed, 24 Apr 2019 21:18:31 +0200
57d1dc7b
add initial models
Yi Ge me@yige.ch
Sat, 20 Apr 2019 23:21:41 +0200
d5ff8dee
Bump pillow from 6.0.0 to 6.2.0

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/6.0.0...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com
Tue, 22 Oct 2019 23:40:36 +0000