mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-06-09 11:49:53 +02:00
🐛 Fix test file path
This commit is contained in:
parent
c6ced9b3e9
commit
027fcd7d75
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from ocrd_calamari import CalamariRecognize
|
|||
from .base import assets
|
||||
|
||||
|
||||
METS_KANT = assets.url_of('kant_aufklaerung_1784-page-block-line-word_glyph/data/mets.xml')
|
||||
METS_KANT = assets.url_of('kant_aufklaerung_1784-page-region-line-word_glyph/data/mets.xml')
|
||||
WORKSPACE_DIR = '/tmp/test-ocrd-calamari'
|
||||
CHECKPOINT = os.path.join(os.getcwd(), 'gt4histocr-calamari/*.ckpt.json')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue