Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 442 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 442 Bytes

Web Scraping -- OpenCV Website

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.