/video-ocr

cli for ocr-ing youtube video scenes

Primary LanguagePythonApache License 2.0Apache-2.0

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