mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 14:49:53 +02:00
✨ Use GT4HistOCR_2000000 model from qurator-data for Tesseract
This commit is contained in:
parent
57ff3fc19b
commit
bdab016e2c
4 changed files with 19 additions and 14 deletions
6
build
6
build
|
@ -3,8 +3,10 @@ set -e
|
|||
|
||||
(
|
||||
cd data
|
||||
git annex get calamari-models/GT4HistOCR
|
||||
git annex unlock calamari-models/GT4HistOCR # So they are not symlinks
|
||||
git annex init
|
||||
git annex upgrade
|
||||
git annex get calamari-models/GT4HistOCR/*.ckpt*
|
||||
git annex get tesseract-models/GT4HistOCR/*.traineddata
|
||||
)
|
||||
|
||||
docker build -t my_ocrd_workflow .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue