We are using Textfragmentabsorber to find and redact text in a PDF. The redactions are marked with square brackets like [Reason], and the logic does the following:
Finds all fragments matching Regex: \[(?s)(.*?)\]
Upda…...7:46am 1 We are using TextFragmentAbsorber to find and redact text...Finds all fragments matching regex: \[(?s)(.*?)\] Updates the Text...