Skip to main content

Tool for extracting hard subtitles from videos.

Project description

rapid_videocr Package

PyPI SemVer2.0

1. Install package by pypi.

pip install rapid_videocr

2. Run by script.

  • RapidVideOCR has the default out_format, which is one of ['srt', 'txt', 'all'], the default value is all.
  • 📌 2.mp4 source: link
from rapid_videocr import RapidVideOCR

extractor = RapidVideOCR()

rgb_dir = 'TXTImages'
save_dir = 'result'
extractor(rgb_dir, save_dir)

3. Run by command line.

  • Usage:
    $ rapid_videocr -h
    usage: rapid_videocr [-h] [-i IMG_DIR] [-s SAVE_DIR] [-o {srt,txt,all}]
    
    optional arguments:
    -h, --help            show this help message and exit
    -i IMG_DIR, --img_dir IMG_DIR
                            The full path of mp4 video.
    -s SAVE_DIR, --save_dir SAVE_DIR
                            The path of saving the recognition result.
    -o {srt,txt,all}, --out_format {srt,txt,all}
                            Output file format. Default is "all"
    
  • Example:
    $ rapid_videocr -i TXTImages -s Results -o srt
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

rapid_videocr-2.0.6-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page