OCR-D / quiver-back-end

The back end of the OCR-D quality dashboard webapp.
MIT License
1 stars 2 forks source link

Add missing metrics #51

Closed mweidling closed 1 year ago

mweidling commented 1 year ago

This PR adds most of the missing metrics that have been defined in the schema to workflows.json.

These include:

on document level and

on page level.

mweidling commented 1 year ago

@paulpestov For you mostly this document is interesting: https://github.com/OCR-D/quiver-back-end/blob/91d25f7a4b169960e35ef805198b1eee9476719d/data/workflows.json

paulpestov commented 1 year ago

is it possible to also update the metrics-definitions.json?

mweidling commented 1 year ago

is it possible to also update the metrics-definitions.json?

I think this information should actually be retrieved from the JSON Schema. I added it here for the time being as long as the schema isn't merged.

paulpestov commented 1 year ago

is it possible to also update the metrics-definitions.json?

I think this information should actually be retrieved from the JSON Schema. I added it here for the time being as long as the schema isn't merged.

The front-end relies on that data in order to display the namings correctly. So for me if would be sufficient to add placeholder strings for now.

mweidling commented 1 year ago

is it possible to also update the metrics-definitions.json?

I think this information should actually be retrieved from the JSON Schema. I added it here for the time being as long as the schema isn't merged.

The front-end relies on that data in order to display the namings correctly. So for me if would be sufficient to add placeholder strings for now.

Done in 7265707.