Skip to content

v1.3.2

Choose a tag to compare

@arcane-tl arcane-tl released this 09 Aug 19:31
· 18 commits to main since this release

Anonymizer 1.3.2

Install (quality-first)

  • Default spaCy models are now English + Finnish large (en_core_web_lg, fi_core_news_lg) on install.sh, install.ps1, Homebrew, and Windows release builds
  • Size options: --models sm|md|lg (Windows: -Models)
  • Guide: docs/models.md — switch sizes and add optional Swedish without reinstalling

Product (since 1.3.1)

  • Domain FP lexicon expansion + lexicon_extra YAML
  • Custom YAML/Python recognizer plugins (docs/plugins.md)
  • Swedish language plumbing (--lang sv; model optional)
  • Review window auto-hide scrollbar fixes

macOS

  • Anonymizer.app (this release): Developer ID signed + notarized when attached
  • Homebrew: brew upgrade anonymizer anonymizer-app

Upgrade

brew update && brew upgrade anonymizer anonymizer-app
# or re-run install.sh / install.ps1
anonymize doctor

First install with lg models may take several minutes (network). Swedish remains optional:

python -m spacy download sv_core_news_lg
anonymize doc.pdf --lang sv