Releases: scattercode/tetrak-easyocr-armenian
Releases · scattercode/tetrak-easyocr-armenian
Release list
0.7.0
0.6.0
[0.6.0] - 2026-09-03
Changed
- V3 is the strongest permissively licensed reader, not the strongest
- Correct the fold description and point at the release skill
- Take the version computation from the shared release pipeline
- Run the pre-push suite through the project's own interpreter
- Ship the v5 weights -- both dialects, eight registers, new charset (#7)
0.5.0
[0.5.0] - 2026-09-01
Changed
- Ship the v3 weights, the real-crop fine-tune
0.4.1
[0.4.1] - 2026-09-01
Fixed
- Register the easyocr stand-in before collection, not only in a fixture
0.4.0
[0.4.0] - 2026-09-01
Changed
- Mirror the released weights onto the GitHub Release
- Fold cross-script homoglyphs onto Armenian in recognised text
- Ship the v2 weights, first release to pass tesseract -l hye
Fixed
- Stop folding en/em dash in fold_script, measured net harmful
0.3.0
[0.3.0] - 2026-08-31
Changed
- Download the v1 weights from the Hugging Face model repository
0.2.0
0.1.2
0.1.1
[0.1.1] - 2026-08-30
Fixed
- Raise the Python floor to 3.10 so the lock resolves patched releases
0.1.0
[0.1.0] - 2026-08-30
Added
- Add contributing and security policies
Changed
- Scaffold the library -- package-as-network loading, no weights yet
- Derive the package version from the git tag via hatch-vcs
- Pin the full dependency tree in uv.lock
- Automate releases and the changelog from the commit history
- Scan dependencies with Trivy and keep them current with Dependabot