mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
✨ Run Calamari OCR
This commit is contained in:
parent
001e62f54a
commit
0bc06c2fad
7 changed files with 29 additions and 1 deletions
8
build
8
build
|
@ -1,2 +1,10 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
(
|
||||
cd data
|
||||
git annex get calamari-models/GT4HistOCR
|
||||
git annex unlock calamari-models/GT4HistOCR # So they are not symlinks
|
||||
)
|
||||
|
||||
docker build -t my_ocrd_workflow .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue