Skip to content

Commit b51643b

Browse files
amro-dynamsoftDMGithubPublishera362758199Tom-Dynamsoftdynamsoft-h
authored
Preview (#22)
* update to internal commit 20965a62 chore: fix .gitignore feat: GitHub preview CI workflow chore: fix whitespace, EOF newline, and styling fix: formatting * Staging for v3 of MRZ Scanner (#15) * update to internal commit 20965a62 * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * v3 deployment All the docs have been updated to v3. What is left will be to fix the versioning for 2.0 and 2.1 --------- Co-authored-by: DMGithubPublisher <65145280+DMGithubPublisher@users.noreply.github.com> Co-authored-by: Justin-Dynamsoft <33125453+a362758199@users.noreply.github.com> Co-authored-by: Tom Kent <Tom-Dynamsoft@users.noreply.github.com> Co-authored-by: Amro Anwer <amro@dynamsoft.com> Co-authored-by: DMGithubPublisher <github@dynamsoft.com> Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Staging (#17) * update to internal commit 20965a62 * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * v3 deployment All the docs have been updated to v3. What is left will be to fix the versioning for 2.0 and 2.1 * Fixes and versioning Mainly needed to address the mistakes as well as add versioning for 2.1 and 2.0 --------- Co-authored-by: DMGithubPublisher <65145280+DMGithubPublisher@users.noreply.github.com> Co-authored-by: Justin-Dynamsoft <33125453+a362758199@users.noreply.github.com> Co-authored-by: Tom Kent <Tom-Dynamsoft@users.noreply.github.com> Co-authored-by: Amro Anwer <amro_anwer41@hotmail.com> Co-authored-by: DMGithubPublisher <github@dynamsoft.com> Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Staging (#19) * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * v3 deployment All the docs have been updated to v3. What is left will be to fix the versioning for 2.0 and 2.1 * Fixes and versioning Mainly needed to address the mistakes as well as add versioning for 2.1 and 2.0 * Added self-hosting instructions Also trrying to fix the versioning --------- Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> Co-authored-by: Amro Anwer <amro_anwer41@hotmail.com> * Staging (#21) * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * v3 deployment All the docs have been updated to v3. What is left will be to fix the versioning for 2.0 and 2.1 * Fixes and versioning Mainly needed to address the mistakes as well as add versioning for 2.1 and 2.0 * Added self-hosting instructions Also trrying to fix the versioning * License edit Also fixing versioning --------- Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> Co-authored-by: Amro Anwer <amro_anwer41@hotmail.com> --------- Co-authored-by: DMGithubPublisher <github@dynamsoft.com> Co-authored-by: DMGithubPublisher <65145280+DMGithubPublisher@users.noreply.github.com> Co-authored-by: Justin-Dynamsoft <33125453+a362758199@users.noreply.github.com> Co-authored-by: Tom Kent <Tom-Dynamsoft@users.noreply.github.com> Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> Co-authored-by: Amro Anwer <amro_anwer41@hotmail.com>
1 parent afce71f commit b51643b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

_data/product_version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
useGroupedVersion: true
22

33
version_info_list:
4-
- value: latest version
4+
- value: latest version(3.0.0)
5+
- value: 3.x
56
- value: 2.x
67
child:
78
- 2.1

guides/mrz-scanner-customization.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ The **`MRZResultView`** user interface displays the parsed MRZ results as well a
181181

182182
7. **`onCancel`** - set a callback function to be executed upon cancelling the MRZ Scanner process *when the scanner is launched with a static file instead of the default camera UI*. When the cancel button is clicked, the MRZ result is discarded and the user is redirected back to the landing page. However, if you wish for a different behaviour than going back to the landing page, then this callback is where you define the behaviour that you are looking to implement. Read more on how to implement this callback in the [**`MRZResultViewConfig`**]({{ site.api }}mrz-scanner.html#mrzresultviewconfig) section of the API reference.
183183

184-
185184
### Using the `MRZResultViewConfig`
186185

187186
Now that we have learned about the properties of the [**`MRZResultViewConfig`**]({{ site.api }}mrz-scanner.html#mrzresultviewconfig) interface, let's now demonstrate how to use it in a simple code snippet:

guides/mrz-scanner-v2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ Here is a quick breakdown of the constituent UI elements of the result view, con
261261
262262
Now that you got the most basic functionality of the MRZ Scanner up and running, it's time to explore the many ways in which the MRZ Scanner can be used, including customization and the ability to read directly from static images and PDFs. To learn more about those two topics, please visit the following articles
263263

264-
- [Customizing the MRZ Scanner]({{ site.guides }}mrz-scanner-customization-v2.0.html)
264+
- [Customizing the MRZ Scanner]({{ site.guides }}mrz-scanner-customization-v2.0.html)

guides/mrz-scanner.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ permalink: /guides/mrz-scanner.html
1313

1414
This user guide will walk you through a Hello World sample web application that scans MRZ documents using the MRZ Scanner JavaScript Edition SDK. We recommend using this sample as a reference when creating your own application.
1515

16-
> [!TIP]
17-
> Please visit the [Introduction]({{ site.introduction }}index.html) page to learn about the MRZ document formats, the architecture of the MRZ Scanner with respect to other Dynamsoft products, and the system requirements of the MRZ Scanner JavaScript Edition.
18-
1916
## License
2017

2118
### Trial License
@@ -35,7 +32,10 @@ If you are fully satisfied with the solution and would like to move forward with
3532

3633
## Quick Start - Including the Library
3734

38-
As mentioned previously, the purpose of this guide is to help you implement a Hello World application using the MRZ Scanner solution. To showcase this, we will be using vanilla JS. You can find the full code in the [samples Github repo](https://github.com/Dynamsoft/mrz-scanner-javascript).
35+
> [!TIP]
36+
> Please visit the [Introduction]({{ site.introduction }}index.html) page to learn about the MRZ document formats, the architecture of the MRZ Scanner with respect to other Dynamsoft products, and the system requirements of the MRZ Scanner JavaScript Edition.
37+
38+
The purpose of this guide is to help you implement a Hello World application using the MRZ Scanner solution. To showcase this, we will be using vanilla JS. You can find the full code in the [samples Github repo](https://github.com/Dynamsoft/mrz-scanner-javascript).
3939

4040
The first step before writing the code is to include the SDK in your application. You can simply include the SDK by using the precompiled script, but you can also build the SDK from source yourself.
4141

0 commit comments

Comments
 (0)