kj-9 / video-ocr

cli for ocr-ing youtube video scenes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video-ocr

PyPI Changelog Tests License

Installation

Install this tool using pip:

pip install video-ocr

Usage

For help, run:

video-ocr --help

You can also use:

python -m video_ocr --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment:

cd video-ocr
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test,dev]'

To run the tests:

pytest

About

cli for ocr-ing youtube video scenes

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Makefile 0.8%