OCR-D / zenhub

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

Make GT levels actionable for scripts #28

Open kba opened 2 years ago

kba commented 2 years ago

Current situation

We have our very detailled GT Guidelines which contain tables of replacements for glyphs in the three levels of encoding accuracy. To implement these rules in code however, developers need to create their own rulesets from this data.

How it should be

It would be beneficial to have these rules in an easy-to-parse format like JSON to use in GT tooling. Instead of every developer creating their own rules, we can share a common set of rules to improve interoperability and consistency.

Steps

Prior Art