Live notes, so an incomplete, partial record of what actually happened.
Tags: camlibs18
My asides in {}
Website: http://www.lib.cam.ac.uk/conference2018/programme.html
Live notes, so an incomplete, partial record of what actually happened.
Tags: camlibs18
My asides in {}
Website: http://www.lib.cam.ac.uk/conference2018/programme.html
Live notes, so an incomplete, partial record of what actually happened.
Tags: dpc_authentic
My asides in {}
Stream/Deck: http://dpconline.org/events/sigauthbd
Live notes, so an incomplete, partial record of what actually happened.
Tags: mo80
My asides in {}
Stream/Deck: http://www.massobs.org.uk/conference
Live notes, so an incomplete, partial record of what actually happened.
Tags: dpc_email
My asides in {}
Stream/Deck: http://dpconline.org/events/past-events/email-preservation-2017
#!/bin/bash | |
docker ps -f name=t4re | |
TASK_TMP_DIR=TASK_$$_$(date +"%N") | |
echo "====== TASK $TASK_TMP_DIR started ======" | |
docker exec -it t4re mkdir \-p ./$TASK_TMP_DIR/ | |
docker cp ./ocr-files/. t4re:/home/work/$TASK_TMP_DIR/ | |
docker exec -it t4re /bin/bash -c "mkdir -p ./$TASK_TMP_DIR/out/; cd ./$TASK_TMP_DIR/out/; for file in *.tif ; do outfilename="${file%.*}" ; tesseract $file $outfilename -l eng --psm 1 --oem 2 txt pdf hocr; done" | |
mkdir -p ./ocr-files/output/$TASK_TMP_DIR/ | |
docker cp t4re:/home/work/$TASK_TMP_DIR/out/ ./ocr-files/output/$TASK_TMP_DIR/ | |
docker exec -it t4re rm \-r ./$TASK_TMP_DIR/ |
Live notes, so an incomplete, partial record of what actually happened.
Tags: dhist
My asides in {}
Stream/Deck: http://ihrdighist.blogs.sas.ac.uk/2017/01/01/tuesday-17-january-2017-tim-hitchcock-tbc/