From 09f42660f542bd50f9194216c15f16f969cabf74 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Wed, 3 Apr 2019 15:23:10 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc406b..f7f5b06 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,11 @@ Below we will describe all available pipeline arguments that can be used. - default = min(4, multiprocessing.cpu_count()) - required = False -## Exit an re-enter the current running OCR process +Example with all arguments used: + +`docker exec -it ocr -i files_for_ocr -o files_from_ocr -l deu --keep_intermediates --nCores 8` + +## Exit and re-enter the current running OCR process 1. You can leave the currently running OCR process by pressing `ctrl + a + d` and thus leaving the screen session. 2. Re-enter the screen session to check the status of the running OCR job with `screen -r `. (Try this if the error "Cannot open your terminal '/dev/pts/0' - please check." appears: `script -q -c "screen -r " /dev/null`).