Skip to content
Snippets Groups Projects
Commit 27d2d9e0 authored by Christian Rohlfing's avatar Christian Rohlfing
Browse files

Update README.md

parent 16d92f83
No related branches found
No related tags found
No related merge requests found
Pipeline #455501 passed
......@@ -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
```
## Scripts and how to run them
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment