@@ -1,6 +0,0 @@
#!/bin/zsh
mkdir -p OCRed || exit
for pdf in *.pdf; do
print -- "OCRing ${pdf}"
ocrmypdf -l deu ${pdf} ./OCRed/${pdf};
done
The note is not visible to the blocked user.