Extracts text from the videos.
A tool to extract text from videos.
Execute the command on the root of the project:
.\venv\Scripts\activate
This tool must be called by terminal, passing the video absolute filepath as argument. For example:
python main.py filepath.mp4
Need to install libraries from requirements.txt and also from Libav
To install requirements.txt, you need to run this command:
pip install -r /path/to/requirements.txt
CAUTION: your machine may have an alias to pip as pip3
Libav needs to be installed directly in the machine.
Luana Martins (luanamartins)