Skip to content

Commit 304b557

Browse files
Merge pull request #212 from dynamsoft-docs/preview
update to internal commit 2a18678a
2 parents 59aff2f + e2003b6 commit 304b557

File tree

6 files changed

+32
-4
lines changed

6 files changed

+32
-4
lines changed

programming/android/release-notes/android-3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ noTitleIndex: true
99

1010
# Release Notes - DynamsoftCaptureVision Android v3.x
1111

12+
## 3.2.3000 (11/05/2025)
13+
14+
### Fixed
15+
16+
- Resolved an issue where `CaptureVisionRouter.startCapturing` could take longer than expected to complete.
17+
- Fixed an issue where `initLicense` could take longer than expected to complete.
18+
- Fixed an issue where the app could crash when a `CameraView` instance was created using `new CameraView()`.
19+
- Fixed a potential crash that could occur in certain scenarios.
20+
1221
## 3.2.1000 (10/16/2025)
1322

1423
### 🎉Milestone Release

programming/android/release-notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ noTitleIndex: true
99

1010
# Release Notes Index - DynamsoftCaptureVisionBundle Android
1111

12+
- [3.2.3000 (11/05/2025)](android-3.html#323000-11052025)
13+
- [3.2.1000 (10/16/2025)](android-3.html#321000-10162025)
1214
- [3.0.5000 (07/29/2025)](android-3.html#305000-07292025)
1315
- [3.0.3100 (05/30/2025)](android-3.html#303100-05302025)
1416
- [3.0.3000 (05/15/2025)](android-3.html#303000-05152025)

programming/android/user-guide/mrz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ The MRZ (Machine Readable Zone) in TD3 format consists of 2 lines, with each lin
118118
>1.
119119
```groovy
120120
dependencies {
121-
implementation 'com.dynamsoft:mrzscannerbundle:3.2.1000'
121+
implementation 'com.dynamsoft:mrzscannerbundle:3.2.3000'
122122
}
123123
```
124124
2.
125125
```kotlin
126126
dependencies {
127-
implementation("com.dynamsoft:mrzscannerbundle:3.2.1000")
127+
implementation("com.dynamsoft:mrzscannerbundle:3.2.3000")
128128
}
129129
```
130130

programming/ios/release-notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ noTitleIndex: true
99

1010
# Release Notes Index - DynamsoftCaptureVisionBundle iOS
1111

12+
- [3.2.3000 (11/05/2025)](ios-3.html#323000-11052025)
13+
- [3.2.1000 (10/16/2025)](ios-3.html#321000-10162025)
1214
- [3.0.5200 (08/18/2025)](ios-3.html#305200-08182025)
1315
- [3.0.5100 (08/05/2025)](ios-3.html#305100-08052025)
1416
- [3.0.5000 (07/29/2025)](ios-3.html#305000-07292025)

programming/ios/release-notes/ios-3.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ noTitleIndex: true
99

1010
# Release Notes - DynamsoftCaptureVision iOS v3.x
1111

12+
## 3.2.3000 (11/05/2025)
13+
14+
### Fixed
15+
16+
- Resolved an issue where `CaptureVisionRouter.startCapturing` could take longer than expected to complete.
17+
- Fixed a performance issue that caused slower continuous decoding when using an online license key.
18+
- Fixed a potential crash that could occur in certain scenarios.
19+
20+
### Changed
21+
22+
- Updated the data types of the following properties in [`DSPDF417Details`]({{ site.dbr_ios_api }}auxiliary-iPDF417Details.html):
23+
- [`errorCorrectionLevel`]({{ site.dbr_ios_api }}auxiliary-iPDF417Details.html#errorcorrectionlevel): from `NSData` to `NSArray<NSNumber>`.
24+
- [`hasLeftRowIndicator`]({{ site.dbr_ios_api }}auxiliary-iPDF417Details.html#hasleftrowindicator): from `NSInteger` to `BOOL`.
25+
- [`hasRightRowIndicator`]({{ site.dbr_ios_api }}auxiliary-iPDF417Details.html#hasrightrowindicator): from `NSInteger` to `BOOL`.
26+
1227
## 3.2.1000 (10/16/2025)
1328

1429
### 🎉Milestone Release

programming/ios/user-guide/mrz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
8686
target '{Your project name}' do
8787
use_frameworks!
8888

89-
pod 'DynamsoftMRZScannerBundle','3.2.1000'
89+
pod 'DynamsoftMRZScannerBundle','3.2.3000'
9090

9191
end
9292
```
@@ -103,7 +103,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
103103

104104
2. In the top-right section of the window, search "https://github.com/Dynamsoft/mrz-scanner-spm"
105105

106-
3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.2.1000**, then click **Add Package**.
106+
3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.2.3000**, then click **Add Package**.
107107

108108
4. Check all the **xcframeworks** and add them.
109109

0 commit comments

Comments
 (0)