mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/ocr.git
synced 2025-01-13 18:20:34 +00:00
Update README.md
This commit is contained in:
parent
c226e2fc3b
commit
09f42660f5
@ -70,7 +70,11 @@ Below we will describe all available pipeline arguments that can be used.
|
|||||||
- default = min(4, multiprocessing.cpu_count())
|
- default = min(4, multiprocessing.cpu_count())
|
||||||
- required = False
|
- 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.
|
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`).
|
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`).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user