Skip to content

Commit 12a4b75

Browse files
Create README.md
0 parents  commit 12a4b75

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Smart Redaction using Syncfusion Blazor PDF Viewer
2+
3+
This repo contains the example Blazor application which performs redaction smartly using Blazor PDF Viewer and AI.
4+
5+
Here, the sample demonstrates how the Syncfusion Blazor PDF Viewer can intelligently redact sensitive information using AI assistance.
6+
7+
**Steps to run the sample:**
8+
9+
1. Running the sample will render the PDF Viewer and load a default PDF document, as shown in the below image.
10+
11+
![image](https://github.com/user-attachments/assets/446ec3f3-7f09-42f1-bea6-8f1d687e4017)
12+
13+
14+
2. The Smart Redact button opens a pane at the right side, allowing for smart redaction.
15+
![image](https://github.com/user-attachments/assets/9fb87246-6069-4baa-8c59-11e393f9e040)
16+
17+
18+
19+
3. Choose the sensitive patterns to redact from the smart redaction pane and then click the Scan button.
20+
4. The sensitive values for the selected patterns will be displayed in the tree view, and are selected by default.
21+
![image](https://github.com/user-attachments/assets/409201f2-6abc-4c63-81be-0d3c8c57863a)
22+
23+
24+
25+
5. You can check or uncheck the values to redact. Checked values will be highlighted by a rectangle.
26+
![image](https://github.com/user-attachments/assets/138afb9d-c566-4109-b501-96e0ef7985d4)
27+
28+
29+
30+
6. The Redact button will be enabled if any value is ready to be redacted. Click the Redact button to redact the highlighted content.
31+
![image](https://github.com/user-attachments/assets/0956fff7-d2d6-42a9-9a2a-1e1828545365)
32+
33+
34+
35+
7. Additionally, if the document contains any sensitive information that is not detected by the smart redaction, you can manually redact using the Mark for Redaction option.
36+
![image](https://github.com/user-attachments/assets/3cc9fec0-ae9c-4075-bc82-024e83d1c944)
37+
38+
39+
40+
a. Click the Mark for Redaction button in the toolbar, then draw a rectangle over the content you want to redact.
41+
![image](https://github.com/user-attachments/assets/ca28fc34-04ea-483c-af06-45c9a58bd47a)
42+
43+
44+
45+
b. You can mark multiple content as needed.
46+
c. Click the Redact button to reload the redacted document into the viewer.
47+
![image](https://github.com/user-attachments/assets/71ab50a1-f890-41f2-9a14-04ceee881de1)
48+
49+
![image](https://github.com/user-attachments/assets/6f1402f8-9544-4bdf-b815-c29cba7f9595)
50+
51+
52+

0 commit comments

Comments
 (0)