slub / ocrd_manager

frontend for ocrd_controller and adapter towards ocrd_kitodo
MIT License
11 stars 3 forks source link

add minimal REST API for entry points #63

Closed bertsky closed 11 months ago

bertsky commented 1 year ago

In order to be able to run workflows from the Monitor (without the need for SSH login and accompanying auth hassles), and as a principle alternative for external interfaces, we should wrap process_images.sh and process_mets.sh into analogue HTTP endpoints (including all parameters).

(As long as everything is based on bash, we can easily create a web server via socat...)