Skip to content
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
848a1a4
chore: fix .gitignore
dynamsoft-h Jun 11, 2025
607b326
feat: GitHub preview CI workflow
dynamsoft-h Jun 12, 2025
3a8f9b8
chore: fix whitespace, EOF newline, and styling
dynamsoft-h Jun 12, 2025
f712849
fix: formatting
dynamsoft-h Jun 12, 2025
ee29e77
update to internal commit 20965a62
DMGithubPublisher May 23, 2025
10ababe
v3 deployment
Jun 17, 2025
081a077
Staging for v3 of MRZ Scanner (#15)
amro-dynamsoft Jun 17, 2025
8b4a734
Fixes and versioning
amro-dynamsoft Jun 19, 2025
85be9ae
Merge branch 'preview' into staging
amro-dynamsoft Jun 19, 2025
963b288
Staging (#17)
amro-dynamsoft Jun 19, 2025
4ee860b
Merge branch 'main' into preview
amro-dynamsoft Jun 19, 2025
574a706
Added self-hosting instructions
amro-dynamsoft Jun 27, 2025
055c522
Merge branch 'preview' into staging
amro-dynamsoft Jun 27, 2025
7c9b83b
Staging (#19)
amro-dynamsoft Jun 27, 2025
5d8f695
Merge branch 'main' into preview
amro-dynamsoft Jun 28, 2025
dee5acc
License edit
amro-dynamsoft Jul 2, 2025
6457a13
Merge branch 'preview' into staging
amro-dynamsoft Jul 2, 2025
c92abe4
Fixes
amro-dynamsoft Jul 3, 2025
2461d21
Merge branch 'preview' into staging
amro-dynamsoft Jul 3, 2025
ff27c47
Staging (#23)
amro-dynamsoft Jul 3, 2025
262133b
Update product_version.yml
amro-dynamsoft Jul 3, 2025
b0032ba
Merge branch 'preview' into staging
amro-dynamsoft Jul 3, 2025
c7e7648
Staging (#24)
amro-dynamsoft Jul 3, 2025
80f55a0
Update product_version.yml
amro-dynamsoft Jul 3, 2025
7725f08
Staging (#25)
amro-dynamsoft Jul 3, 2025
9ebc16f
Merge branch 'preview' into staging
amro-dynamsoft Jul 3, 2025
cdde6d8
Update product_version.yml
amro-dynamsoft Jul 3, 2025
4bdc01d
Staging (#26)
amro-dynamsoft Jul 3, 2025
a66b24b
Update product_version.yml
amro-dynamsoft Jul 3, 2025
719ba2a
Merge branch 'preview' into staging
amro-dynamsoft Jul 3, 2025
7cce9e3
Staging (#27)
amro-dynamsoft Jul 3, 2025
105e2b6
feat: add FAQ
dynamsoft-h Jul 16, 2025
c79cc82
Feat: add FAQ section (#30)
dynamsoft-h Jul 19, 2025
6b0e875
Merge branch 'staging' of https://github.com/dynamsoft-docs/mrz-scann…
amro-dynamsoft Aug 19, 2025
45aa843
3.0.1 release update
amro-dynamsoft Aug 19, 2025
30d298d
Release 3.0.1 from Preview (#33)
amro-dynamsoft Aug 19, 2025
4170e43
Update index.md
amro-dynamsoft Sep 5, 2025
ed938ba
Merge branch 'main' into staging
amro-dynamsoft Sep 5, 2025
ebef0eb
Merge branch 'preview' into staging
amro-dynamsoft Sep 5, 2025
a763548
Merge branch 'preview' into staging
amro-dynamsoft Sep 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions releasenotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ permalink: /releasenotes/index.html

## 3.0.1 (08/06/2025)

## Fixes
### Fixes

- Fixed the file input process error when decoding static file input when `showResultView` is set to `false`.
- Resolved an issue with the `launch()` method throwing an error when there's a different error format thrown.

## 3.0.0 (06/17/2025)

## Highlighted Features
### Highlighted Features

- Updated the underlying Capture Vision bundle to `3.0.3001` for major improvements in reading accuracy and speed.
- Optimized the algorithm to achieve a **30% increase in read rate** as well as a **15% increase in accuracy**.
- Added support for `TD2` and `TD3` Visa.
- Added a `emptyResultMessage` property to the `ResultViewConfig` interface in order to change the string message that is displayed when no result is found.

## Fixes
### Fixes

- Fixed the issue where the camera select icon cuts off on browsers in iOS.
- Optimized the resource loading process of the library.
- Replaced the re-scan button of the result view with a cancel button when the MRZ scanner is launched with a static file.

## 2.1.0 (05/16/2025)

## Highlighted Features
### Highlighted Features

- **[UI]** Redesigned the **`MRZScannerView`** (the main camera view) to have updated icons and better alignment and spacing.
- Changed the default camera resolution when the camera is opened from **1080p** to **2K** (if the camera supports it).
Expand All @@ -47,7 +47,7 @@ permalink: /releasenotes/index.html
- Integrated Dynamsoft's [Mobile Web Capture](https://www.dynamsoft.com/mobile-web-capture/docs/introduction/) with the MRZ Scanner (JavaScript Edition) to allow the user to edit the scanned MRZ image like a document.
- Added `NationalityRaw` and `IssuingStateRaw` to the `MRZData` interface that represent the raw values of these fields

## Fixes
### Fixes

- Fixed parsing of German IDs returning `D<<` instead of `D`.
- `engineResourcePaths` is now set before `initLicense` (internally) to prevent a bug when the user wants to implement a custom `engineResourcePaths`.
Expand All @@ -57,22 +57,22 @@ permalink: /releasenotes/index.html

The **MRZ Scanner JavaScript Edition** has been redesigned and redeveloped to now include a **ready-to-use, fully developed UI** to ease the development process while providing even better functionality.

## Highlighted Features
### Highlighted Features

- Automatic detection and parsing of MRZs in passports and IDs
- Support for the following MRTD formats: TD3 (Passport), TD2 (ID), and TD1 (ID)
- Ready-to-use UI to simplify the development process
- Supports an interactive video scenario (capturing via video) as well as static images (jpg/png)
- Modular, view-based design for easy maintenance and customization

## Views
### Views

MRZ Scanner JavaScript Edition is organized into configurable UI views. Below is a quick overview of the two main views:

> [!TIP]
> Learn more about these views and how to configure them in the [User Guide]({{ site.guides }}mrz-scanner.html) and the [Customization Guide]({{ site.guides }}mrz-scanner-customization.html).

### MRZ Scanner View
#### MRZ Scanner View

- Fully configurable camera view
- Resolution/camera select dropdown to allow for quick improvements
Expand All @@ -81,7 +81,7 @@ MRZ Scanner JavaScript Edition is organized into configurable UI views. Below is
- Flash/Torch support
- Allows the user to load in an image from the photo library

### MRZ Result View
#### MRZ Result View

- Scrollable field view to display the parsed MRZ info
- Displays the original image of the MRZ document
Expand Down