Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Customize redaction search patterns (11 digits)

New Here ,
Jun 26, 2022 Jun 26, 2022

Hi!

 

Is it possible to create custom search patterns for the redaction tool? 

 

I'm going to remove certain numbers in 11-digits social security numbers, but none of the current patterns offer the ability to only search for 11 digits (I can currently only access patterns from US, UK, Canada, Germany, France, Japan). 

 

Is there any way to solve this? 

TOPICS
General troubleshooting , How to
1.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 15, 2022 Jul 15, 2022

Hello,

 

Were you able to figure this out? I'm trying to figure out how to redact the bank account info on scanned checks. I don't like to do things manually if there's a way to have the computer do it. I'm surprised there isn't more info out there about how to do it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 16, 2022 Jul 16, 2022

To create custom patterns you must edit the "SearchRedactPatterns.xml" file.

It is located here:

C:\Users\NAME\AppData\Roaming\Adobe\Acrobat\DC\Redaction\ENU\

 

If you use Acrobat in a different language you will find it in your locale folder.

e.g.:   C:\Users\NAME\AppData\Roaming\Adobe\Acrobat\DC\Redaction\FRA\

 

Also pay attention to this setting in the Preferences:

 

Capture_567.pngexpand image


Acrobate du PDF, InDesigner et Photoshoptographe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 05, 2022 Aug 05, 2022

Unfortunately, I'm not seeing ANY files in that folder. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 05, 2022 Aug 05, 2022

You need to replace "NAME" with your user name on that computer, of course.

Also, be aware that the AppData folder is usually hidden, so you have to enable the option to show hidden folders, or type it in manually.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 11, 2022 Aug 11, 2022

I was able to find the file and create a new pattern, but I'm struggling with the regular expression to find the routing and account number. Is it perhaps because they are scanned? I've run the Scan & OCR tool before the pattern finder to see if that's the cause. Anyone out there need to redact bank account info?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 11, 2022 Aug 11, 2022

BTW, thanks JR Boulay and try67 for your direction so far.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 12, 2024 Apr 12, 2024

I see the search pattern is defined using the the definition below. does anyone know where I might be able to find some explination of the code so that I can construct a search for check and routing number information?

<val>(\b)((\d{3}(-|\s|\.|_)\d{2}(-|\s|\.|_)\d{4})|(\d{9}))(\b)</val>

 

thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 12, 2024 Apr 12, 2024
LATEST

IF you stumbled across this page..... this is going to be your best link
Creating and Using Custom Redaction Patterns (adobe.com)

REGEX!  thats what the code type is.. hope it helps

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines