diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb61cf6 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Download flipbooks + +Bypassing embedded systems that protect books and PDFs from copying, +This code will allow you to sample images from digital books (Adobe DRM, Google Play Books, Apple iBooks, flipbooks and more) and simulates a real situation where a user browses a book/document and takes a picture of each page separately in order and saves into a folder + +## A few things must be defined: + +1. URL of the book/PDF website +2. Download Chrome Driver and write down its path +3. The image saving path +4. Download Python 3.9.7 (or make an adjustment to the latest version) +5. pip install selenium \ No newline at end of file