This repo is the canonical home for utilities related to creating and validating eOCR files primarily for Zuva Internal usage.
Note: For external users, if you do not have Golang experience, please refer to docai-examples or our DocAI Tutorials.
The repo is also the canonical home for the recognition_results.proto
file
which is the main building block of the eOCR file format.
make lfs-checkout
make
make lfs-checkout
make test
- Changes since the last version must be documented in
CHANGES.md
, see https://keepachangelog.com/en/1.0.0/
- Update the release tag in
CHANGES.md
- Build the release executable if necessary (
make -C cmd/release
) - Run the release command with a new tag:
cmd/release/release create v0.0.1