Skip to content

Commit 70d5eaa

Browse files
update to internal commit 4aec8f7f
1 parent 88cae76 commit 70d5eaa

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ noTitleIndex: true
1010

1111
# Release Notes for Android SDK - 3.x
1212

13+
## 3.2.3000 (11/05/2025)
14+
15+
### Fixed
16+
17+
- Resolved an issue where scanning could take longer than expected.
18+
- Fixed a potential crash that could occur in certain scenarios.
19+
1320
## 3.2.1000 (10/16/2025)
1421

1522
- 🚀 **High-Speed and Precise MRZ Region Detection**: Revolutionary neural network `MRZLocalization` model delivers **42.7% faster processing** with enhanced region detection accuracy for passport and ID workflows

programming/android/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99

1010
# Dynamsoft MRZ Scanner Android SDK - Release Notes
1111

12+
- [3.2.3000 (11/05/2025)]({{ site.android_release_notes }}android-3.html#323000-11052025)
1213
- [3.2.1000 (10/16/2025)]({{ site.android_release_notes }}android-3.html#321000-10162025)
1314
- [3.0.5000 (07/29/2025)]({{ site.android_release_notes }}android-3.html#305000-07292025)
1415
- [3.0.3100 (05/30/2025)]({{ site.android_release_notes }}android-3.html#303000-05302025)

programming/android/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The MRZ (Machine Readable Zone) in TD3 format consists of 2 lines with 44 charac
7373

7474
```groovy
7575
dependencies {
76-
implementation 'com.dynamsoft:mrzscannerbundle:3.2.1000'
76+
implementation 'com.dynamsoft:mrzscannerbundle:3.2.3000'
7777
}
7878
```
7979

programming/ios/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99

1010
# Dynamsoft MRZ Scanner iOS SDK - Release Notes
1111

12+
- [3.2.3000 (11/05/2025)]({{ site.ios_release_notes }}ios-3.html#323000-11052025)
1213
- [3.2.1000 (10/16/2025)]({{ site.ios_release_notes }}ios-3.html#321000-10162025)
1314
- [3.0.5200 (08/18/2025)]({{ site.ios_release_notes }}ios-3.html#305200-08182025)
1415
- [3.0.5100 (08/05/2025)]({{ site.ios_release_notes }}ios-3.html#305100-08052025)

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ noTitleIndex: true
1010

1111
# Release Notes for iOS SDK - 3.x
1212

13+
## 3.2.3000 (11/05/2025)
14+
15+
### Fixed
16+
17+
- Resolved an issue where scanning could take longer than expected.
18+
- Fixed a potential crash that could occur in certain scenarios.
19+
1320
## 3.2.1000 (10/16/2025)
1421

1522
- 🚀 **High-Speed and Precise MRZ Region Detection**: Revolutionary neural network `MRZLocalization` model delivers **42.7% faster processing** with enhanced region detection accuracy for passport and ID workflows

programming/ios/user-guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are two ways in which you can include the `DynamsoftMRZScanner` library in
6262

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

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

6767
4. Check all the **xcframeworks** and add them.
6868

@@ -74,7 +74,7 @@ There are two ways in which you can include the `DynamsoftMRZScanner` library in
7474
target 'TargetName' do
7575
use_frameworks!
7676

77-
pod 'DynamsoftMRZScannerBundle','3.2.1000'
77+
pod 'DynamsoftMRZScannerBundle','3.2.3000'
7878

7979
end
8080
```

0 commit comments

Comments
 (0)