Replies: 1 comment
-
First, you can configure exactly which recognizers are added to Presidio using the Recognizer registry. For instance, you can remove the existing Crypto recognizer, and add a new instance which is based on the updated code for crypto recognizer or remove the crypto recognizer altogether.
You can also add a new recognizer which uses re2 instead of regex if you create a recognizer through code: Rule-based recognizers - Microsoft Presidio Lastly, you can set up Presidio locally with the set of recognizers you’re interested in and create a custom Docker image based on your code base. This documentation specifies how to do this: Installation - Microsoft Presidio. The only this worth making sure is that the Presidio application uses the right configuration when created. A new Presidio version uses configuration files to define this: app.py:44 |
Beta Was this translation helpful? Give feedback.
-
I'd like to create Docker images with custom recognizers. How can that be done?
For example:
/analyze
api from my nodeJS app?Beta Was this translation helpful? Give feedback.
All reactions