Merge pull request #14 from OCR-D/update-usage-readme

📝 update README to current CLI usage
This commit is contained in:
Clemens Neudecker 2020-10-23 19:36:13 +02:00 committed by GitHub
commit dd03976f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,8 +23,10 @@ https://qurator-data.de/sbb_binarization/
```sh
sbb_binarize \
--patches \
-m <directory with models> \
-i <image file> \
-p <set to true to let the model see the image divided into patches> \
-s <directory where the results will be saved>`
<input image> \
<output image>
```
**Note** In virtually all cases, the `--patches` flag will improve results.