Hi everyone,
GroupDocs.Redaction for Python via .NET version 26.6 is now available on PyPI, bringing the full on‑premise redaction engine to Python projects.
Full release notes: Release Notes
PyPI: Client Challenge
Docs: GroupDocs.Redaction for Python via .NET | GroupDocs
Highlights
- Redact text by exact phrase or regular expression, with case‑sensitive and right‑to‑left script support.
- Replace matched text with a custom string or a colored overlay.
- Erase or rewrite metadata using EraseMetadataRedaction, MetadataSearchRedaction and MetadataFilters.
- Black out image areas and delete or rewrite annotations via ImageAreaRedaction, AnnotationRedaction and DeleteAnnotationRedaction.
- Remove whole pages or page ranges with RemovePageRedaction.
- Default PDF rasterization adds a “_Redacted” suffix and anti‑extraction effects; can be disabled with SaveOptions.
- Create reusable redaction policies with RedactionPolicy, loadable from XML for batch processing.
- Pythonic API maps .NET PascalCase to snake_case and includes AI‑friendly AGENTS.md and LLM‑optimized documentation.
Install:
pip install groupdocs-redaction-net
As always, feedback and bug reports are welcome in this category.
Best regards,
The GroupDocs Team