From 689822c63aa3d539341dbd50168907c7499976a6 Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Thu, 16 Jan 2020 15:57:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29aa8bd..0d385bc 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ data and returns the results as [PAGE-XML](https://github.com/PRImA-Research-Lab ## Installation `pip install .` -## Models +### Models In order to run this tool you also need trained models. You can download our pretrained models from here: https://qurator-data.de/sbb_textline_detector/ ## Usage `sbb_textline_detector -i -o -m ` -## Usage with OCR-D +### Usage with OCR-D ~~~ ocrd-example-binarize -I OCR-D-IMG -O OCR-D-IMG-BIN ocrd-sbb-textline-detector -I OCR-D-IMG-BIN -O OCR-D-SEG-LINE-SBB \