This project creates a docker image for Kitodo Production 3.7.1 and attach OCR-D maximum image to it for the OCR step.
In this version, the provided Example of workflow is modified to support Operandi-Integration-Script: https://github.com/subugoe/Operandi-Integration-Script/
![Screenshot 2024-07-13 at 14 39 56](https://private-user-images.githubusercontent.com/142503679/348472533-0f41b3ff-a907-4b90-91c7-a1c90cb51459.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MTAyNTIsIm5iZiI6MTczODgwOTk1MiwicGF0aCI6Ii8xNDI1MDM2NzkvMzQ4NDcyNTMzLTBmNDFiM2ZmLWE5MDctNGI5MC05MWM3LWExYzkwY2I1MTQ1OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQwMjQ1NTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NjY2YTk2NWRlNWVhNDE2ZjU2MGIwODNiOGYyNTVkZTliZTAwYjVmNDg2MjkxYjQ1ZmFlOWU1MWU0ZWQ2YTM3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.WizPqp9uQIX4DJNT-8dXV_f1mCcEq7w43vnj95Yj-iI)
OLA-HD step is resposible of uploading the OCR-D results to OLA_HD Server: https://ola-hd.ocr-d.de/ OCR-D is supported locally and on HPC servers using Operandi project: https://github.com/subugoe/operandi
To use the OCR-D local processing -l
flag must be added to Operandi(OCR) step in the workflow. To understand more, please read https://github.com/subugoe/Operandi-Integration-Script/
The project folder structure should contain at least following sub-folders:
, where
images/master_(processtitle)_media
is the main images directory and ocr/alto
is the OCR-D results directory. Thus, the Operandi(OCR) step needs those 2 paths to work.
Also, any other file group sub-folder is optional and up to the user to decide.
- Set
OPERANDI_USER_PASS="operandi_username:operandi_password"
andOLA_USR="ola_hd_username:ola_hd_password"
values in the .env file - Then
./run.sh
Kitodo Production can be accessed at http://localhost:8080/kitodo with initial credentials testAdmin / test
This version of Kitodo has some rendering issues with some browsers, but works the best with Firefox browser