From d31e6315cdaa73f887a159cb5e1f9f33ac4c14b3 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Tue, 16 Apr 2019 11:16:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22fa1dd..979302a 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,10 @@ Below we will describe all available pipeline arguments that can be used. - default = min(4, multiprocessing.cpu_count()) - required = False +- **_--skip-binarization_** + - Used to skip binarization with ocropus. + - If skiped, only the tesseract binarization is used. + Example with all arguments used: `docker exec -it ocr -i files_for_ocr -o files_from_ocr -l deu --keep_intermediates --nCores 8`