From 8d4b54f303367e848901046d7ebca9d99f4a2356 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 18 Jan 2021 15:17:46 +0100 Subject: [PATCH] Mention OCR-D interface in the README, fixes GH-22 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8078e33..a8c8960 100644 --- a/README.md +++ b/README.md @@ -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" +```