From c39edec1abc3e3e15d0ee4bd0f04d2b38872320e Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 16 May 2019 13:26:19 +0200 Subject: [PATCH] Fix argument description. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0cc36e3..38ff132 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ docker run \ -o /files_from_ocr \ -l ``` -The specified below `sfb1288inf/ocr:latest` are described in the OCR arguments part. +The specified below `sfb1288inf/ocr:latest` are described in the [OCR arguments](#ocr-arguments) part. 4. Check your results in the `//files_from_ocr` directory. @@ -83,7 +83,7 @@ kept. * default = min(4, multiprocessing.cpu_count()) * required = False -`--skip-binarization` +`--skip-binarisation` * Used to skip binarization with ocropus. If skipped, only the tesseract binarization is used. * default = False @@ -101,7 +101,7 @@ docker run \ -l eng \ --keep_intermediates \ --nCores 8 \ - --skip-binarization + --skip-binarisation ``` # Additional language models for OCR