From 1013b7ed642ac14bd37686cd4442ab220a93bba6 Mon Sep 17 00:00:00 2001 From: vahidrezanezhad Date: Thu, 5 Dec 2019 16:30:09 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9dd02ea..8f29e2e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ In order to run this tool you need corresponding models. You can find them here: https://file.spk-berlin.de:8443/textline_detection/ +# Installation + +sudo pip install . + +# Usage + +sbb_textline_detector -i 'image file name here' -o 'directory to write output xml here' -m 'here should be directory of models' +