A Python script that allows you to search for and download PDF books from the web using Google search. The script utilizes the googlesearch
library, along with other dependencies, to automate the process of finding and saving PDF files directly to your device.
- Search for PDF books using Google search
- Download the first available PDF link for each book
- Extract text from downloaded PDFs using PyPDF2
- Python 3.7 or above
- Install the required dependencies using pip:
pip install googlesearch PyPDF2