Skip to content

Commit

Permalink
✔ Add test for core
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Aug 7, 2023
1 parent 0166e44 commit 2954912
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test-core.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh
set -ex

test_id=`basename $0`
cd `mktemp -d /tmp/$test_id-XXXXX`

# Prepare test workspace
wget https://qurator-data.de/examples/actevedef_718448162.first-page+binarization+segmentation.zip
unzip actevedef_718448162.first-page+binarization+segmentation.zip
cd actevedef_718448162.first-page+binarization+segmentation

# Run tests
ocrd workspace validate \
--page-coordinate-consistency off

0 comments on commit 2954912

Please sign in to comment.