This project contains an Apache NiFi to interact with Philter for redacting PHI and PII from text.
For help please contact [email protected].
Clone this repository and run mvn clean install
. Copy the built nar
file into your Apache NiFi lib
directory and restart NiFi. The Philter processor will now be available for use in your data flows.
A running instance of Philter is required to use the Apache NiFi processor. Set the location of the Philter instance in the processor's settings after adding it to a data flow.
This processor utilizes the Philter Java SDK as a dependency so you may need to build it before building this project.
This project is licensed under the Apache license, version 2.0.