OCR-D / zenhub

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

Metrics definition as JSON #132

Closed mweidling closed 1 year ago

mweidling commented 1 year ago

Describe the feature you'd like In order to create tool tips for the metrics in the Quiver UI we need the metrics in a parsable fashion somewhere. A first idea is to provide a JSON file that includes the short descriptions of the metrics from the JSON schema (see https://github.com/OCR-D/spec/pull/225) as well as the link to the full definitions (still to be merged). This file could then be fetched and parsed by the front end.

User story As a user of the benchmark overview I need some explanation of the benchmarking metrics in order to understand what all the numbers in the UI mean.

Additional context