mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-27 13:49:53 +02:00
🚧 Do not check PAGE coordinates for now
This commit is contained in:
parent
87a2bce93c
commit
fd56731464
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@ remove_filegrp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_validate() {
|
do_validate() {
|
||||||
ocrd workspace validate --skip pixel_density --page-strictness lax mets.xml
|
ocrd workspace validate --skip pixel_density --page-strictness lax --page-coordinate-consistency off mets.xml
|
||||||
# XXX ocrd-tesserocr INCONSISTENCY in TextRegion → use "--page-strictness lax" for now
|
# XXX ocrd-tesserocr INCONSISTENCY in TextRegion → use "--page-strictness lax" for now
|
||||||
|
# XXX INVALIDITY in Glyph ID etc. in GT → --page-coordinate-consistency off
|
||||||
|
|
||||||
# XXX
|
# XXX
|
||||||
if test -d TEMP; then
|
if test -d TEMP; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue