An open API service indexing awesome lists of open source software.

https://github.com/ocr-d/spec

Specification of the @OCR-D technical architecture, interface definitions and data exchange format(s)
https://github.com/ocr-d/spec

ocr-d

Last synced: about 1 year ago
JSON representation

Specification of the @OCR-D technical architecture, interface definitions and data exchange format(s)

Awesome Lists containing this project

README

          

# Specification of the technical architecture, interface definitions and data exchange format(s)

See [https://ocr-d.de/en/spec/](https://ocr-d.de/en/spec/).

## Translating the spec

The specification is in English. To add a German translation of a file, replace the `.md` suffix with `.de.md`.

## Building JSON files

`.json` files are built from the easier-to-edit `.yml` files.

To regenerate the `.json` files after editing `.yml` files, run

```sh
make json
```

This requires python3 with the `click` and `yaml` libraries. To install the libraries run

```sh
make deps
```