Redaction is a feature that blacks out sensitive information in documents. Users can utilize this functionality for audit purposes.
Customer X has over 500,000 documents and email files (.pdf, .msg, .tif) containing credit card numbers. According to the country’s regulations, they are prohibited from displaying or storing these credit card numbers in their database. The primary challenge lies in processing such a large volume of documents efficiently while ensuring compliance.
Step 1: Open a document in the Completed tab. Decide the fields you want to redact. In this example, we will redact Total.
Step 2: On the top horizontal bar, select “Export” and “Redacted files (.pdf)”.
Step 3: Select fields to redact. You can select multiple fields. Then click the blue button “Export”.
Step 4: The system will display the green status bars.
The document(s) are being processed. Please wait a moment.
Processing time will depend on the number of documents and their size
Redaction process spend time for a while in the background. This message inform users to wait.
<file name> (ID: <document ID>) → [REDACTION] Document were redacted
This message confirms the redaction is completed.
Step 5: Once completed, the document will be moved to the Exported tab. If you open the exported document, you will not see the redacted version on the website. To get the redacted file, proceed with the next step.
Step 6: Click the three-dot icon of the document.
Step 7: Click “Download redacted file”. The current system allows to download one redacted file at a time. A zip file “redactions.zip” will be downloaded to your computer.
Step 8: Extract the zip file and you will see the redacted document. The value of the selected field “Total” is redacted (blacked out).
Staple AI implemented a solution to detect credit card numbers and redact the relevant fields. The system imports a large number of documents into queues, identifies the credit card numbers, performs bulk redaction via an API endpoint, and finally exports the redacted files to Customer X's system.
https://api.staple.io/v2/redaction/document
https://api.staple.io/v2/redaction/tracking/{trackingId}