You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Image Anonymization**: Black boxes cover sensitive data in result images
69
69
70
70
When image anonymization is enabled (`ImagesOnly` or `FieldsAndImages`), and `ReturnDataMode.FullWithImages` is used, full-frame images will not be returned. Cropped images will still be available but with sensitive areas obscured.
71
+
72
+
## Anonymized Fields
73
+
74
+
In addition to the anonymization mode, you can configure exactly which fields are anonymized using the `anonymizedFields` option. This gives you fine-grained control per document type.
The `CapturedId` object returned in the `onCompletion` callback includes an `anonymizedFields` property — an array of `IdFieldType` values indicating which fields were actually anonymized for the scanned document.
Copy file name to clipboardExpand all lines: docs/hosted/id-bolt/release-notes.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@ hide_title: true
9
9
title: Release Notes
10
10
---
11
11
12
+
## 2.2.0
13
+
14
+
**Released**: February 24, 2026
15
+
16
+
### New Features
17
+
18
+
* Granular anonymization control: configure which specific fields to anonymize, either using a default set or by specifying extra fields per document type. See [Data Handling](../data-handling) for details.
-**Image Anonymization**: Black boxes cover sensitive data in result images
69
69
70
70
When image anonymization is enabled (`ImagesOnly` or `FieldsAndImages`), and `ReturnDataMode.FullWithImages` is used, full-frame images will not be returned. Cropped images will still be available but with sensitive areas obscured.
71
+
72
+
## Anonymized Fields
73
+
74
+
In addition to the anonymization mode, you can configure exactly which fields are anonymized using the `anonymizedFields` option. This gives you fine-grained control per document type.
The `CapturedId` object returned in the `onCompletion` callback includes an `anonymizedFields` property — an array of `IdFieldType` values indicating which fields were actually anonymized for the scanned document.
Copy file name to clipboardExpand all lines: versioned_docs/version-7.6.7/hosted/id-bolt/release-notes.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,14 @@ hide_title: true
9
9
title: Release Notes
10
10
---
11
11
12
+
## 2.2.0
13
+
14
+
**Released**: February 24, 2026
15
+
16
+
### New Features
17
+
18
+
* Granular anonymization control: configure which specific fields to anonymize, either using a default set or by specifying extra fields per document type. See [Data Handling](../data-handling) for details.
0 commit comments