We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f9cd4 commit 93fe6cdCopy full SHA for 93fe6cd
1 file changed
how-to-test-alto-xml.md
@@ -8,13 +8,16 @@ Than you should be able to test an XML Alto file with:
8
9
`bash test-alto-batch.sh <path_to_alto_XML_file>`
10
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.
+ 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.
16
17
e.g.
18
19
test_alto
20
|-- 0001.xml
- |-- 0001.jp2
- |-- 0001.tif
21
+ |-- 0001.jpeg
22
23
One can reset all data by removing the docker peristent volumes `data-mariadb` and `data-solr`.
0 commit comments