https://github.com/iron-software/glanyte
OCR model artifact distribution — internal codename; see internal docs for purpose
https://github.com/iron-software/glanyte
Last synced: 29 days ago
JSON representation
OCR model artifact distribution — internal codename; see internal docs for purpose
- Host: GitHub
- URL: https://github.com/iron-software/glanyte
- Owner: iron-software
- License: mit
- Created: 2026-06-03T04:05:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-06-03T05:11:24.000Z (about 2 months ago)
- Last Synced: 2026-06-03T06:08:02.035Z (about 2 months ago)
- Size: 1.02 GB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# glanyte
Static OCR model-artifact distribution for Universal.IronOcr, served from
**GitHub Release assets** at pinned release tags.
Artifacts are content-addressed (sha256) and indexed by `manifest.json`. See
internal documentation for the consuming SDK and artifact semantics.
## Where the artifacts live
Model binaries are distributed **only as GitHub Release assets** — they are
**not** committed to the git tree (binaries in git history are unbounded and
unrecoverable; release assets are deletable and re-uploadable). Browse and
download them from the repository's **Releases** page, or fetch directly:
```
https://github.com/iron-software/glanyte/releases/download//
```
Release assets are a flat namespace (bare filenames, no folders). The local
on-disk layout the consuming SDK writes (e.g. `recognition/…`, `ngram/…`,
`licensePlate/…`) is dictated by each entry's `filename` in `manifest.json`,
not by the asset name.
## Index
- `manifest.json` — the authoritative index: per-entry artifact references
(`filename`, `sha256`, `sizeBytes`, download URL + optional fallback),
per-language model coverage, and the executable init plan.
## Releases
Consumed at a pinned release tag. `manifest.json` is itself published as a
release asset, so the index and the artifacts it points to ship together.