Living-with-machines / alto2txt

Convert ALTO XML to plain text + minimal metadata
https://living-with-machines.github.io/alto2txt/
MIT License
13 stars 2 forks source link

Add shell script to verify output directory structure #52

Open thobson88 opened 2 years ago

thobson88 commented 2 years ago

A shell script to compare the directory structure of input & output directories, providing a partial verification that all input data has been processed by alto2txt.

Usage:

./alto2txt-verify.sh /path/to/alto2txt_input/ /path/to/alto2txt_output/

It produces a new directory named alto2txt-verify containing the results of the verification process.

griff-rees commented 2 years ago

Looks ok to me, but was hoping to have a unittest alongside. I've got a partial means of adding that but still getting my head around the existing unittests. I can add some suggestions as another commit so you can see where I've gotten if you like?