Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 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
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
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
dacae9a
feat: release v3.0.2
amro-dynamsoft Sep 11, 2025
cf63f9c
Update index.md
amro-dynamsoft Sep 11, 2025
e0f1b3f
Merge branch 'preview' into staging
amro-dynamsoft Sep 11, 2025
839f677
Preview (#35)
amro-dynamsoft Sep 11, 2025
0183b81
Update index.md
Tom-Dynamsoft Sep 12, 2025
a9a784a
Update index.md
Tom-Dynamsoft Sep 12, 2025
813eb86
Update index.md
Tom-Dynamsoft Sep 12, 2025
0fdfcee
3.0.3 release
amro-dynamsoft Sep 17, 2025
b5c31ca
Merge branch 'main' into staging
amro-dynamsoft Sep 17, 2025
b0fabcc
Merge branch 'preview' into staging
amro-dynamsoft Sep 17, 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
2 changes: 1 addition & 1 deletion codegallery/helloworld/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Hello World represents the most basic implementation of the MRZ Scanner. One of
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dynamsoft MRZ Scanner - Hello World</title>
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.2/dist/mrz-scanner.bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.3/dist/mrz-scanner.bundle.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion guides/mrz-scanner-static-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The first step in making the sample is to define the script references and the H
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dynamsoft MRZ Scanner - Use File Input</title>
<!-- <script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.2/dist/mrz-scanner.bundle.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.3/dist/mrz-scanner.bundle.js"></script> -->
<!-- To use locally: -->
<script src="../../dist/mrz-scanner.bundle.js"></script>

Expand Down
24 changes: 9 additions & 15 deletions guides/mrz-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@ The simplest way to include the SDK is to use either the [**jsDelivr**](https://
- jsDelivr

```html
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.2/dist/mrz-scanner.bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.3/dist/mrz-scanner.bundle.js"></script>
```

- UNPKG

```html
<script src="https://unpkg.com/dynamsoft-mrz-scanner@3.0.2/dist/mrz-scanner.bundle.js"></script>
<script src="https://unpkg.com/dynamsoft-mrz-scanner@3.0.3/dist/mrz-scanner.bundle.js"></script>
```

When using a framework such as **React**, **Vue** or **Angular**, we recommend adding the package as a dependency using a package manager such as **npm** or **yarn**:

```sh
npm i dynamsoft-mrz-scanner@3.0.2 -E
npm i dynamsoft-mrz-scanner@3.0.3 -E
# or
yarn add dynamsoft-mrz-scanner@3.0.2 -E
yarn add dynamsoft-mrz-scanner@3.0.3 -E
```

> [!WARNING]
Expand All @@ -78,7 +78,7 @@ Below is the complete Hello World sample page that uses the precompiled script s
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dynamsoft MRZ Scanner - Hello World</title>
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.2/dist/mrz-scanner.bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.3/dist/mrz-scanner.bundle.js"></script>
</head>

<body>
Expand Down Expand Up @@ -160,7 +160,7 @@ The first step is to get a copy of the resources. There are two ways which you c

- Go to the official [Github repository](https://github.com/Dynamsoft/mrz-scanner-javascript). Download the repository as a ZIP and the library resources are in the *dist* folder. So all you need is just a copy of this *dist* folder.

- If you are using `npm`, you could also install the package and extract the `dist` folder from the package in `node_modules`. Install the package using the command `npm i dynamsoft-mrz-scanner@3.0.2 -E`. Find the `dynamsoft-mrz-scanner` fodler in `node_modules` and the *dist* folder will be inside.
- If you are using `npm`, you could also install the package and extract the `dist` folder from the package in `node_modules`. Install the package using the command `npm i dynamsoft-mrz-scanner@3.0.3 -E`. Find the `dynamsoft-mrz-scanner` fodler in `node_modules` and the *dist* folder will be inside.

### Modify the Build Script

Expand All @@ -182,19 +182,13 @@ Update the `scripts` section in `package.json` to automatically copy the librari
By default, the engine resource paths of the libraries are usually set to the CDN links for each library. Once you modify the build script, the library resource files are then available locally so the engine resource paths can now be set to the path defined in the previous step.

```ts
const mrzScanner = new Dynamsoft.DocumentScanner({
const mrzScanner = new Dynamsoft.MRZScanner({
license: "YOUR_LICENSE_KEY_HERE",
scannerViewConfig: {
uiPath: "./dist/mrz-scanner.ui.html", // Use the local file
},
engineResourcePaths: {
std: "./dist/libs/dynamsoft-capture-vision-std/dist/",
dip: "./dist/libs/dynamsoft-image-processing/dist/",
core: "./dist/libs/dynamsoft-core/dist/",
license: "./dist/libs/dynamsoft-license/dist/",
cvr: "./dist/libs/dynamsoft-capture-vision-router/dist/",
dlr: "./dist/libs/dynamsoft-label-recognizer/dist/",
dcp: "./dist/libs/dynamsoft-code-parser/dist/"
rootDirectory: "https://cdn.jsdelivr.net/npm/"
},
});
```
Expand Down Expand Up @@ -244,7 +238,7 @@ Let's now go through the code of the Hello World sample to understand how the co
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dynamsoft MRZ Scanner - Hello World</title>
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.2/dist/mrz-scanner.bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-mrz-scanner@3.0.3/dist/mrz-scanner.bundle.js"></script>
</head>

<body>
Expand Down
9 changes: 8 additions & 1 deletion releasenotes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,20 @@ permalink: /releasenotes/index.html

# Release Notes

## 3.0.3 (09/17/2025)

### Fixes

- Fixed the `launch()` method so that the `imageOrFile` parameter is optional (for TypeScript implementation).
- Altered the React Hooks sample to allow it to run in `Strict Mode`.

## 3.0.2 (09/11/2025)

### Fixes

- Updated the underlying Capture Vision bundle to `3.0.6001`.
- Improved recognition speed by fixing an issue where a WASM compilation parameter caused performance degradation.
- Resolving security vulnerabilities regarding some of the dev dependencies of the framework samples.
- Strengthened and improved the framework samples (e.g. Angular) with security updates.

## 3.0.1 (08/06/2025)

Expand Down