Skip to content

Commit 371618b

Browse files
authored
Update README.md
1 parent 761cf73 commit 371618b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Web Scraping -- Opencv website
1+
# Web Scraping -- OpenCV Website
22

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 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.
44

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

Comments
 (0)