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.
(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 iif: You might want to alter the script
- Really makes sense if you now some python and iiif: You might want to alter the script
- Software:
- python 3.7 +
- Bether use `venv` https://docs.python.org/3/tutorial/venv.html
- 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
\ No newline at end of file
Run `python script.py`. You will find help with `--help`