You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assertions.assertEquals("his number is {{{REDACTED-phone-number}}}. her number is 9999999999. her number is 102-304-5678.", response.filteredText().trim());
Copy file name to clipboardexpand all lines: phileas-processors/phileas-processors-unstructured/src/main/java/ai/philterd/phileas/processors/unstructured/UnstructuredDocumentProcessor.java
+13-11
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
importjava.util.LinkedList;
31
31
importjava.util.List;
32
32
importjava.util.Map;
33
+
importjava.util.function.Predicate;
33
34
34
35
importstaticjava.util.stream.Collectors.toList;
35
36
@@ -55,7 +56,7 @@ public FilterResponse process(final Policy policy, final List<Filter> filters, f
0 commit comments