diff options
| author | Tadas Vilkeliskis <vilkeliskis.t@gmail.com> | 2026-02-01 12:36:09 -0500 |
|---|---|---|
| committer | Tadas Vilkeliskis <vilkeliskis.t@gmail.com> | 2026-02-01 12:36:09 -0500 |
| commit | 7a18a37ebf3f389518d96dd6dba92774f04ee912 (patch) | |
| tree | 85b6160c7b4835d603f242b4fa6ea81106700fc6 /index.html | |
| parent | 0cbf2c0e6add8a4159b8d231c0eef08ff1e78be3 (diff) | |
search and redact
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -36,6 +36,7 @@ "featureList": [ "Local-only processing", "Permanent flattening", + "Search and redact", "Text selection redaction", "No file size limits" ], @@ -185,6 +186,10 @@ <span class="text-green-600 mr-3 text-lg">✓</span> <span><strong>Purely Web-Based.</strong> Works on any modern browser.</span> </li> + <li class="flex items-start"> + <span class="text-green-600 mr-3 text-lg">✓</span> + <span><strong>Search and Redact.</strong> Find and remove keywords instantly.</span> + </li> </ul> </div> </div> @@ -214,7 +219,7 @@ <div> <h3 class="text-xl font-bold text-gray-900 mb-3">Redact with confidence</h3> <p class="text-gray-600 text-lg leading-relaxed"> - Use the <strong>Draw</strong> tool to manually box out images or tables. Use the <strong>Select Text</strong> tool to highlight and redact exact sentences. + Use the <strong>Search</strong> tool to find and redact keywords instantly across the whole document. Or, use the <strong>Select Text</strong> and <strong>Draw</strong> tools for manual precision. Use whatever works best for the job. </p> </div> </div> @@ -250,7 +255,7 @@ </div> </div> <p class="mt-12 text-lg text-gray-600 max-w-2xl mx-auto leading-relaxed"> - Select text to redact it instantly, or draw boxes manually. When you export, we convert the page to a high-quality image, destroying the underlying data forever. + Search for keywords, select text, or draw boxes manually. When you export, we convert the page to a high-quality image, destroying the underlying data forever. </p> </div> </section> |
