UB-Mannheim / kitodo-presentation-docker

Docker configuration for Kitodo.Presentation
GNU General Public License v3.0
4 stars 3 forks source link

[presentation] Allow selection of different OCR pipelines #20

Closed csidirop closed 1 year ago

csidirop commented 1 year ago

OCR on demand should offer more than a single OCR pipeline.

Users can select the desired pipeline by its name. That name selects a script / program which is called with the required parameters (METS URL, page number).

Maybe: Use JSON file for mapping between script name and offered pipeline name.

csidirop commented 1 year ago

Possible after merging https://github.com/csidirop/kitodo-presentation/tree/feature/MultiOCRengines and https://github.com/csidirop/dfg-viewer/tree/feature/test_subsubmenus