OCR-D / zenhub

Repo for developing zenhub integration
Apache License 2.0
0 stars 0 forks source link

Create a METS server #101

Open MehmedGIT opened 2 years ago

MehmedGIT commented 2 years ago

Since all processors depend on a single METS file, the idea is to delegate all METS-related operations to a dedicated component, which we call it METS Server. Then the processors will just communicate the changes they do on the METS file to the server via REST calls.