From 117b649120e5fb0a61ebfd42f5d0bbe219b063a8 Mon Sep 17 00:00:00 2001 From: Kai Labusch Date: Wed, 6 Nov 2019 13:48:08 +0100 Subject: [PATCH] fix README --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index 52d3622..494d653 100644 --- a/tools/README.md +++ b/tools/README.md @@ -47,7 +47,7 @@ page2tsv PAGE5.xml PAGE.tsv --image-url=http://link-to-corresponding-image-5 For instance, for the file assets/example.xml: ``` -page2tsv example.xml example .tsv --image-url=http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/left,top,width,height/full/0/default.jpg +page2tsv example.xml example.tsv --image-url=http://content.staatsbibliothek-berlin.de/zefys/SNP27646518-18800101-0-3-0-0/left,top,width,height/full/0/default.jpg ``` ---