Skip to content

Commit 18857a5

Browse files
update to internal commit 970a9182
1 parent 93ba321 commit 18857a5

File tree

5 files changed

+41
-4
lines changed

5 files changed

+41
-4
lines changed

_includes/sidelist-programming/programming-maui.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,10 @@
524524
</li>
525525

526526
<li lang="maui" class="category">USEFUL RESOURCES</li>
527-
<li lang="maui"><a href="{{ site.dcv_maui }}release-notes/" class="otherLinkColour">Release Notes</a>
527+
<li lang="maui"><a href="{{ site.dbr_maui }}release-notes/" class="otherLinkColour">Release Notes</a>
528528
<ul lang="maui">
529-
<li lang="maui"><a href="{{ site.dcv_maui }}release-notes/maui-2.html" class="otherLinkColour">2.x</a></li>
529+
<li lang="maui"><a href="{{ site.dbr_maui }}release-notes/maui-11.html" class="otherLinkColour">11.x</a></li>
530+
<li lang="maui"><a href="{{ site.dbr_maui }}release-notes/maui-10.html" class="otherLinkColour">10.x</a></li>
530531
</ul>
531532
</li>
532533

programming/maui/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Furthermore, DBR provides a powerful parameter system in order to cope with vari
3434

3535
#### iOS
3636

37-
- Supported OS: **iOS 11.0** or higher.
37+
- Supported OS: **iOS 13.0** or higher.
3838
- Supported ABI: **arm64** and **x86_64**.
3939
- Development Environment: Visual Studio 2022 for Mac and Xcode 14.3+ recommended.
4040

programming/maui/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 Barcode Reader MAUI SDK - Release Notes
1111

12+
- [11.0.3100 (05/30/2025)]({{ site.dbr_maui }}release-notes/maui-11.html#1103100-05302025)
1213
- [10.4.2002 (11/04/2024)]({{ site.dbr_maui }}release-notes/maui-10.html#1042002-11042024)
1314
- [10.4.2000 (10/24/2024)]({{ site.dbr_maui }}release-notes/maui-10.html#1042000-10242024)
1415
- [10.2.1101 (06/20/2024)]({{ site.dbr_maui }}release-notes/maui-10.html#1021101-06202024)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: default-layout
3+
title: MAUI Release Notes v11.x - Dynamsoft Barcode Reader
4+
description: This is the release notes page of Dynamsoft Barcode Reader for MAUI SDK v11.x.
5+
keywords: release notes, android, version 11.x,
6+
needAutoGenerateSidebar: true
7+
needGenerateH3Content: false
8+
noTitleIndex: true
9+
---
10+
11+
# Release Notes for MAUI SDK - 11.x
12+
13+
## 11.0.3100 (05/30/2025)
14+
15+
### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dcv3.0)
16+
17+
- Workflow Improvements
18+
- Restructured the parameter control hierarchy at all levels for finer scope definition and more granular process management, with the stage level newly added.
19+
- Enabled custom combinations and sequences of sections, increasing flexibility and operational customization under specific conditions.
20+
- Redesigned document normalization sections to better accommodate diverse document processing operations.
21+
22+
- Deep Learning Integration
23+
- Improved the reading rate of 1D barcode by introducing a new deblurring deep-learning model.
24+
- Enhanced text recognition capabilities with deep learning-based text-line recognition.
25+
26+
- Algorithm Enhancements
27+
- Enabled deduplication at the Region of Interest (ROI) level to consolidate results from multiple tasks.
28+
- Enhanced the text recognition workflow by integrating improved multi-step recognition processes and validation methods.
29+
- Improved the CODE_128 and DataMatrix DeepAnalysis algorithms for better decoding accuracy and performance.
30+
- Added support for new barcode types: CODE_32, MATRIX_25, KIX, and TELEPEN.
31+
- Added GS1 Application Identifiers (AI) support for improved code parsing capabilities.
32+
33+
- Engineering Optimizations
34+
- Unified template-loading logic to reduce I/O overhead.
35+
- Implemented conversion functionality between `ImageData` and image files, including both on-disk and in-memory files.

programming/maui/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ noTitleIndex: true
5252

5353
### iOS
5454

55-
- Supported OS: **iOS 11.0** or higher.
55+
- Supported OS: **iOS 13.0** or higher.
5656
- Supported ABI: **arm64** and **x86_64**.
5757
- Development Environment: Visual Studio 2022 for Mac and Xcode 14.3+ recommended.
5858

0 commit comments

Comments
 (0)