From 036aefb42e8529446239dbebb693079dda7432f9 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Wed, 3 Apr 2019 14:33:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81382a2..1223e5f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ docker run \ ## Start an OCR job 1. Place some files inside the folder _files\_for\_ocr_. Files can either be multipage tiffs or PDF files. One folder per file is needed. Files should all be of the same language. 2. Start a screen session with `screen -dmS ` -3. Enter the screen session with `screen -r `. (Try this if there is an error. `script -q -c "screen -r " /dev/null`). +3. Enter the screen session 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`). 4. Start the OCR process for all files placed in _files\_for\_ocr_ with `docker exec -it ocr -i files_for_ocr -o files_from_ocr -l `. Valid language codes are: @@ -46,7 +46,7 @@ Valid language codes are: ## Exit an 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 there is an error. `script -q -c "screen -r " /dev/null`). +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`). ## Use prebuilt image Download via regestry function with login or deploy token.