From 561f6b92deea99455cf782450f0bf902a3d4949f Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Fri, 23 Oct 2020 19:26:51 +0200 Subject: [PATCH] :memo: update README to current CLI usage --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dfb4d5c..1f7e132 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ to black-and-white pixels) for OCR using multiple trained models. ## Installation -Clone the repository, enter it and run +Clone the repository, enter it and run `pip install .` @@ -19,12 +19,14 @@ Pre-trained models can be downloaded from here: https://qurator-data.de/sbb_binarization/ -## Usage +## Usage ```sh sbb_binarize \ + --patches \ -m \ - -i \ - -p \ - -s ` + \ + ``` + +**Note** In virtually all cases, the `--patches` flag will improve results.