1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-07-10 02:29:54 +02:00

implement "checkpoint_dir" parameter as a simpler alternative to "checkpoint"

This commit is contained in:
Konstantin Baierer 2020-12-22 15:20:45 +01:00
parent fe973e58db
commit 83adfcfd5a
4 changed files with 31 additions and 1 deletions

View file

@ -18,6 +18,10 @@
"OCR-D-OCR-CALAMARI"
],
"parameters": {
"checkpoint_dir": {
"description": "The directory containing calamari model files (*.ckpt.json). Uses all checkpoints in that directory",
"type": "string", "format": "file", "cacheable": true
},
"checkpoint": {
"description": "The calamari model files (*.ckpt.json)",
"type": "string", "format": "file", "cacheable": true