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.