Update README.md

This commit is contained in:
Stephan Porada 2019-04-03 15:23:10 +02:00
parent c226e2fc3b
commit 09f42660f5

View File

@ -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 <container-name> 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 <container-name>`. (Try this if the error "Cannot open your terminal '/dev/pts/0' - please check." appears: `script -q -c "screen -r <container-name>" /dev/null`).