@@ -16,8 +16,8 @@ If you want to use only a subset (or one) of the scripts, you can find it [here]
Exemplary outputs can be downloaded:
*[moodle_feedbacks.zip](https://git.rwth-aachen.de/IENT/exam-scan/-/jobs/artifacts/master/raw/out/moodle_feedbacks.zip?job=test): The zip-Archive to be uploaded to Moodle containing the watermarked and encrypted PDFs for each student.
*[passwords.csv](https://git.rwth-aachen.de/IENT/exam-scan/-/jobs/artifacts/master/raw/out/passwords.csv?job=test): CSV file containing passwords for each PDF.
*[moodle_feedbacks.zip](https://git.rwth-aachen.de/rwthmoodle/exam-scan/-/jobs/artifacts/master/raw/out/moodle_feedbacks.zip?job=test): The zip-Archive to be uploaded to Moodle containing the watermarked and encrypted PDFs for each student.
*[passwords.csv](https://git.rwth-aachen.de/rwthmoodle/exam-scan/-/jobs/artifacts/master/raw/out/passwords.csv?job=test): CSV file containing passwords for each PDF.
## Instructions
...
...
@@ -72,10 +72,17 @@ Exemplary outputs can be downloaded:
### Docker
If you are an experienced user familiar with Docker, you can use the provided `Dockerfile` to easily run the scripts.
Either use the already built image
```bash
docker run --name='examscan'--rm-v$(pwd):$(pwd)-w$(pwd) registry.git.rwth-aachen.de/rwthmoodle/exam-scan:master batch.py --help
```
or build the Dockerfile yourself locally
```bash
docker build -t examscan:latest .
docker run --name examscan --rm-v$(pwd):$(pwd)-w$(pwd) examscan:latest
docker run --name examscan --rm-v$(pwd):$(pwd)-w$(pwd) examscan:latest batch.py --help