You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A short code to scrape the [opencv tutorials](https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html) with selenium and convert all tutorial pages into a single pdf booklet.
3
+
A short code to scrape the [OpenCV tutorials](https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html) with selenium and convert all tutorial pages into a single pdf book.
4
4
5
-
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 booklet, `opencv-book.pdf`.
5
+
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`.
0 commit comments