Commit Graph

  • 37de9b3e5f Update image processing to use PaddleOCR instead of tesseract master Yun 2021-07-16 17:01:18 +0200
  • 9b37319961 Update model to use PaddleOCR results Yun 2021-07-16 16:58:44 +0200
  • b5e6f5a57f Update image processing procedure Yun 2021-07-14 06:22:55 +0200
  • 25765b8b6f Import numpy in video.py Pradana AUMARS 2021-07-13 16:39:03 +0200
  • 09f5098e19 Fix missing parenthesis Pradana AUMARS 2021-07-13 16:36:35 +0200
  • b005e36fcd Merge pull request 'Add additional image processing' (#1) from Yun/videocr:master into master Pradana AUMARS 2021-07-13 16:16:53 +0200
  • aec2b9c95a fixup Yun 2021-07-13 10:20:47 +0200
  • 7f6881749f Add additional image processing Yun 2021-07-13 09:12:43 +0200
  • edc1bc28a2 Fix indentation on last commit Pradana AUMARS 2021-07-12 23:52:26 +0200
  • 5534ae317f Isolate subtitles as black over white background (kudos to u/Yun on hexbear.net) Pradana AUMARS 2021-07-12 22:20:00 +0200
  • 9b97c99657 version 0.1.6 Yi Ge 2019-12-15 22:53:12 +0800
  • 04561b96fb
    update README Yi Ge 2019-12-15 22:44:55 +0800
  • 8f8f2d6d79 print muted exception from multiprocessing pool Yi Ge 2019-12-15 22:29:13 +0800
  • 7b607e5ca7 Merge branch 'dependabot/pip/pillow-6.2.0' of https://github.com/apm1467/videocr Yi Ge 2019-12-15 21:51:24 +0800
  • 51ab92cca4 reformat setup.py Yi Ge 2019-12-15 21:49:57 +0800
  • f8e99465c7 move util functions to utils.py Yi Ge 2019-12-15 21:38:48 +0800
  • 9360ebdd40 add adapter for OpenCV Yi Ge 2019-12-15 21:38:17 +0800
  • 720c9d479f move download_lang_data to utils.py Yi Ge 2019-12-15 20:56:09 +0800
  • d5ff8dee63
    Bump pillow from 6.0.0 to 6.2.0 dependabot[bot] 2019-10-22 23:40:36 +0000
  • 8a56cbf746 version 0.1.5 Yi Ge 2019-05-18 21:58:43 +0200
  • 6025e09a87 update README Yi Ge 2019-05-17 17:46:43 +0200
  • da8cd05f08 use lazy map when performing parallel ocr Yi Ge 2019-05-17 16:26:06 +0200
  • c63e508623
    update README Yi Ge 2019-05-01 05:43:59 +0200
  • eb29dd4d90 update README Yi Ge 2019-04-30 17:59:10 +0200
  • 95da09ab7e add installation to README Yi Ge 2019-04-30 03:00:17 +0200
  • e4b07ebbbd add project long_description Yi Ge 2019-04-30 01:18:08 +0200
  • 168c9cfd52 add setup files Yi Ge 2019-04-30 00:01:13 +0200
  • 7ebf6a17f8 update README Yi Ge 2019-04-29 23:16:37 +0200
  • 04ad4597ff support combining multiple languages Yi Ge 2019-04-29 22:29:49 +0200
  • 94e2ca5b8e
    update README Yi Ge 2019-04-29 17:02:35 +0200
  • 3f6af992a5
    update README Yi Ge 2019-04-29 05:00:25 +0200
  • 1da8f73e30 add README Yi Ge 2019-04-29 04:14:35 +0200
  • 64ef1f1289 remove pillow from Pipfile Yi Ge 2019-04-29 04:00:54 +0200
  • 45b7ff52ce
    add LICENSE Yi Ge 2019-04-29 03:56:43 +0200
  • efd7223624 make sim_threshold adjustable through api Yi Ge 2019-04-29 03:50:06 +0200
  • 77362dce1a make conf_threshold adjustable through api Yi Ge 2019-04-29 03:05:02 +0200
  • a5e6845a1b move tessdata dir to ~/tessdata Yi Ge 2019-04-29 03:04:06 +0200
  • fba35f0108 auto download tesseract data file Yi Ge 2019-04-28 17:33:16 +0200
  • bccdcc02fc define module __init__.py Yi Ge 2019-04-28 17:31:43 +0200
  • bd6f15978b add api definition Yi Ge 2019-04-28 15:46:24 +0200
  • bc84ee39ff move video parameters to run_ocr() function Yi Ge 2019-04-27 21:41:19 +0200
  • 3f73cb9bca adjust text similarity metrics Yi Ge 2019-04-27 03:18:27 +0200
  • a3986b3279 support ocr on part of the video Yi Ge 2019-04-27 00:29:31 +0200
  • e55c17c325 export subtitles to srt file Yi Ge 2019-04-27 00:28:17 +0200
  • 99c58555ea install fuzzywuzzy Yi Ge 2019-04-26 00:34:28 +0200
  • f5d27a7a46 calculate PredictedSubtitle.text early Yi Ge 2019-04-26 00:32:47 +0200
  • 3a73f1f508 merge new sub to the last subs if they are similar Yi Ge 2019-04-26 00:07:25 +0200
  • 0d86e14fbc divide ocr of frames into subtitle paragraphs Yi Ge 2019-04-25 01:40:46 +0200
  • 0e932936a1 add PredictedSubtitle model Yi Ge 2019-04-25 01:39:35 +0200
  • 63873af476 add Video class Yi Ge 2019-04-24 21:18:31 +0200
  • 57d1dc7b9b add initial models Yi Ge 2019-04-20 23:21:41 +0200