Replies: 1 comment 2 replies
-
@navalev Great work! At a first glance, the current API spec for v2 does not provide a way to add pattern-based recognizers 'on the fly' which was available in the v1 for blacklist + regex, is that correct? If so are there any plans to add this functionality in the near future or was this removed with the external recognizer store in v2. Thank you! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the last couple of weeks we were busy working on the new version of Presidio.
The new version focuses on the Analyzer and Anonymizer, converting them to a python based pip installable package. We repalced gRPC with HTTP and allowed a more customizable APIs and easier debugging. We improved the documentation, added samples and build flows.
The Image Redactor (formerly presidio-image-anonymizer) is in early beta and is Python based and pip installable and other services will be migrated over time with the help of this community.
The legacy code base (aka V1) will continue to be available under the V1 branch but will no longer be officially supported.
We are certain this change will make Presidio much more accessible, maintainable and customizable and we look forward to collaborating with this great community!
Beta Was this translation helpful? Give feedback.
All reactions