presidio icon indicating copy to clipboard operation
presidio copied to clipboard

Loading analyzer engine & recognizer registry from configuration file

Open roeybc opened this issue 1 year ago • 2 comments

Change Description

This PR adds a file-based configuration for presidio-analyzer. It allows users to:

  1. Configure their app (either Python or REST) using a set of three yaml files for each main engine:
    • Analyzer
    • Recognizer Registry
    • NLP Engine
  2. Pass those files into the Docker image and read them when the REST version of Presidio (in flask) is loaded
  3. Easily define which recognizer to use, which language they should support + specific configuration for each (for example, a list of context words per language)

roeybc avatar Apr 24 '24 04:04 roeybc

/azp run

omri374 avatar Apr 25 '24 18:04 omri374

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Apr 25 '24 18:04 azure-pipelines[bot]