fromgroupdocs.annotationimportAnnotatorfromgroupdocs.annotation.modelsimportRectanglefromgroupdocs.annotation.models.annotation_modelsimportResourcesRedactionAnnotationwithAnnotator("./sample.pdf")asannotator:redaction=ResourcesRedactionAnnotation()redaction.box=Rectangle(100,100,200,80)redaction.page_number=0redaction.message="This is a resources redaction annotation"annotator.add(redaction)annotator.save("./output.pdf")