Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 579 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 579 Bytes

Slide Slurper

Pass a lecture video to the slurper and it will give you a pdf of the slides used in the lecture

Installation

  • requires opencv to be installed on your machine.
$ pip install slideSlurper

or clone the repository and

$ pip install -r requirements.txt
$ python slideslurper/__init__.py

Usage

$ slurp video_file_path output_pdf_name

Notes

  • works best with mp4 video files