Skip to content

v1.1.0

Choose a tag to compare

@jftuga jftuga released this 02 Jan 13:41
· 28 commits to main since this release
b2d8f1e

CLI Improvements

  • added third-party VeryPrettyTable module as a dependency
  • documented the CLI program, deidentify in README.md
  • added -t to save detected entities to a JSON file to the CLI
  • added -d for debug mode to the CLI
  • use the third-party chardet module to detect file character encodings for input files
  • updated Deidentification class to accommodate these CLI options