Run Calamari OCR

This commit is contained in:
Gerber, Mike 2019-08-21 11:54:01 +02:00
parent 001e62f54a
commit 0bc06c2fad
7 changed files with 29 additions and 1 deletions

8
build
View file

@ -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 .