# Download From IIIF-Collections This repository provides a terminal script to auto-download images and ocrs (actually `resource/oa:Annotation/[@type='dctypes:Text' && format = 'text/plain']`) with threaded requests from [iiif collections](https://iiif.io/api/presentation/3.0/#51-collection). # Prerequisites - Knowledge - Basic terminal usage - Really makes sense if you now some python and iiif: You might want to alter the script - Software: - python 3.7 + - Better use `venv` https://docs.python.org/3/tutorial/venv.html - `pip install -r requirements.txt` # Run script Run `python script.py`. You will find help with `--help`