Skip to content

Commit

Permalink
✔ Add test for dinglehopper
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Aug 7, 2023
1 parent 2954912 commit 6cf7ec6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test-dinglehopper.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/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-dinglehopper -I OCR-D-GT-PAGE,OCR-D-SEG-LINE-SBB -O DINGLEHOPPER-TEST

0 comments on commit 6cf7ec6

Please sign in to comment.