diff options
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> |
