Merge pull request #23 from mikegerber/fix/readme-ocrd

Mention OCR-D interface in the README, fixes #22
This commit is contained in:
Clemens Neudecker 2021-01-26 16:59:30 +01:00 committed by GitHub
commit 26fc2c76ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,3 +36,8 @@ sbb_binarize \
```
**Note** In virtually all cases, the `--patches` flag will improve results.
To use the OCR-D interface:
```sh
ocrd-sbb-binarize --overwrite -I INPUT_FILE_GRP -O OCR-D-IMG-BIN -P model "/var/lib/sbb_binarization"
```