See https://ocr-d.de/en/spec/.
The specification is in English. To add a German translation of a file, replace the .md
suffix with .de.md
.
.json
files are built from the easier-to-edit .yml
files.
To regenerate the .json
files after editing .yml
files, run
make json
This requires python3 with the click
and yaml
libraries. To install the libraries run
make deps