Skip to content

Commit 93fe6cd

Browse files
committed
update instructions
1 parent 41f9cd4 commit 93fe6cd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

how-to-test-alto-xml.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ Than you should be able to test an XML Alto file with:
88

99
`bash test-alto-batch.sh <path_to_alto_XML_file>`
1010

11-
The script will lookup for a .jp2 and .tif image in the same directory and with the same name as the Alto XML file.
11+
e.g.
12+
13+
`bash test-alto-batch.sh test-alto/0001.xml`
14+
15+
The script will lookup for a .jpeg image in the same directory and with the same name as the Alto XML file.
1216

1317
e.g.
1418

1519
test_alto
1620
|-- 0001.xml
17-
|-- 0001.jp2
18-
|-- 0001.tif
21+
|-- 0001.jpeg
1922

2023
One can reset all data by removing the docker peristent volumes `data-mariadb` and `data-solr`.

0 commit comments

Comments
 (0)