All Projects → kerrickstaley → Extracting Chinese Subs

kerrickstaley / Extracting Chinese Subs

Licence: mit
Code to extract Chinese hard subs from the TV series 他来了请闭眼

Programming Languages

python
139335 projects - #7 most used programming language

extracting-chinese-subs

This repository contains code to extract Chinese hard subs from the TV series 他来了请闭眼 (Love Me If You Dare). For further information please see this post on my blog.

To get started, install OpenCV, Tesseract, the chi_sim data pack for Tesseract, and PyOCR. The following commands will work on Arch Linux:

sudo pacman -S opencv python-numpy tesseract tesseract-data-chi_sim
sudo pip install pyocr

Then try running ./main.py --test-all to test the extraction algorithm on all test cases. To run it on a video file, you'll need to track down a 1280x720 video of one of the 他来了请闭眼 episodes with white hard subs at the bottom, similar to the test frames.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].