From 6e22267c966d515a6f90b23dbbd117432090d672 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Thu, 22 Aug 2024 12:19:56 +0200 Subject: [PATCH] Vertex AI example --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5875883..c39eb5d 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,12 @@ MS Presidio redacter: redacter cp -d ms-presidio --ms-presidio-text-analyze-url http://localhost:5002/analyze --ms-presidio-image-redact-url http://localhost:5003/redact ... ``` +Vertex AI redacter: + +```sh +redacter cp -d gcp-vertex-ai --gcp-project-id my-little-project --gcp-region europe-north1 tmp/source/ tmp/redacted/ +``` + Override media types based on filenames: ```sh