Skip to content

Commit

Permalink
chore(utils): Documented new scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Apr 15, 2022
1 parent 124ad29 commit 205c9d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utils/README.md
Expand Up @@ -32,3 +32,11 @@ Run `table2xml.py -o foo.xml foo.xlsx` to convert the table in foo.xlsx to a sta
3. Run `table2xml.py -c foo-config.yml -o foo.xml foo.xlsx` to create the customized XML file.

You can use `-c` and `-C` at the same time to adjust an existing configuration to new table headers.

## watermark_image_table.py

(Re-)generate the table of watermark images found at `/watermarks`. This matches the images by file name to the witnesses and the watermark labels maintained for metadata display.

## verse_stats.py

Extracts per-verse information like the number of variants and witnesses from the edition to a CSV file for further automatic analysis.

0 comments on commit 205c9d1

Please sign in to comment.