Skip to content

Commit

Permalink
when converting to PAGE, always use latest schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored and stweil committed Apr 2, 2022
1 parent 470f27d commit b7433a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/transform/alto__page
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ "$2" = "-" ]]; then
OUTFILE="$(mktemp)"
fi

java -jar "$JAR" -neg-coords toZero -source-xml "$INFILE" -target-xml "$OUTFILE" 2>&1
java -jar "$JAR" -neg-coords toZero -source-xml "$INFILE" -target-xml "$OUTFILE" -convert-to LATEST 2>&1

if [[ "$1" = "-" ]]; then
rm "$INFILE"
Expand Down

0 comments on commit b7433a9

Please sign in to comment.