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)
- Host: GitHub
- URL: https://github.com/ocr-d/spec
- Owner: OCR-D
- Created: 2017-10-04T14:24:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T12:55:14.000Z (about 1 year ago)
- Last Synced: 2025-03-31T13:57:39.454Z (about 1 year ago)
- Topics: ocr-d
- Language: Python
- Homepage: https://ocr-d.de/en/spec/
- Size: 17.5 MB
- Stars: 17
- Watchers: 7
- Forks: 5
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```