A short code to scrape the OpenCV tutorials with selenium and convert all tutorial pages into a single pdf book.
After installing the requirements pip install -r requirements.txt
, run the code main.py
to convert each page into a pdf in opencv
directory. Then run merge_pdfs.py
to merge all the pdfs into a single book, opencv-book.pdf
.