Skip to content

Releases: scattercode/tetrak-easyocr-armenian

0.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 09:32

[0.7.0] - 2026-09-04

Changed

  • Ship the v5 weights -- both dialects, eight registers, new charset (#8)

0.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 07:33

[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

Choose a tag to compare

@github-actions github-actions released this 01 Sep 08:46

[0.5.0] - 2026-09-01

Changed

  • Ship the v3 weights, the real-crop fine-tune

0.4.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 06:02

[0.4.1] - 2026-09-01

Fixed

  • Register the easyocr stand-in before collection, not only in a fixture

0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 05:59

[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

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:23

[0.3.0] - 2026-08-31

Changed

  • Download the v1 weights from the Hugging Face model repository

0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:10

[0.2.0] - 2026-08-30

Added

  • Add manual TestPyPI dry-run workflow (#5)

Changed

  • Publish wheels to PyPI via Trusted Publisher (#6)

0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Aug 11:09

[0.1.2] - 2026-08-30

Changed

  • Bump actions/checkout from 4 to 7 (#1)
  • Bump actions/upload-artifact from 4 to 7 (#2)
  • Bump actions/setup-python from 5 to 7 (#3)

Fixed

  • Verify cached weights on every load, and allow relocating the cache (#4)

0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 09:37

[0.1.1] - 2026-08-30

Fixed

  • Raise the Python floor to 3.10 so the lock resolves patched releases

0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 09:33

[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