Pass a video of lecture slides to the slurper and it will give you a pdf of the slides used
$ pipx install slideSlurper
or clone the repository, install uv and
$ uv venv
$ uv sync
$ uv run slurp video_file_path output_pdf_name
$ slurp video_file_path output_pdf_name
- works best with mp4 video files
