This CLI tool is used to download books from Azerbaijan National Library.
Clone the project:
git clone https://github.com/ceferisbarov/anl-retrieval-cli
Install the requirements:
cd anl-retrieval-cli
pip3 install -r requirements
Install the book (id=999999), convert to PDF and perform OCR:
python download.py -id 999999 --pdf --ocr
You can also specify the page interval to download:
python download.py --id 999999 --start-page 18 --end-page 59 --pdf --ocr
Not yet available.
Not yet available.
For further inquiries, contact me: [email protected]