From b82b8175a9d0ca99b2541c84a13854740852636d Mon Sep 17 00:00:00 2001 From: Kai Labusch Date: Wed, 6 Nov 2019 10:50:03 +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 438f593..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 example4.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 ``` ---