From ff27c47bcc39fa44eade79253bcf1c57241c74b8 Mon Sep 17 00:00:00 2001 From: Amro-Dynamsoft Date: Thu, 3 Jul 2025 11:04:16 -0700 Subject: [PATCH 1/5] Staging (#23) * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * 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 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Fixes and versioning Mainly needed to address the mistakes as well as add versioning for 2.1 and 2.0 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Added self-hosting instructions Also trrying to fix the versioning * 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 * License edit Also fixing versioning * Fixes Changing poisition of note and fixing the versioning issue --------- Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> Co-authored-by: DMGithubPublisher Co-authored-by: Amro Anwer 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 --- _data/product_version.yml | 1 - guides/mrz-scanner.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_data/product_version.yml b/_data/product_version.yml index da30844..fceef12 100644 --- a/_data/product_version.yml +++ b/_data/product_version.yml @@ -2,7 +2,6 @@ useGroupedVersion: true version_info_list: - value: latest version(3.0.0) - - value: 3.x - value: 2.x child: - 2.1 diff --git a/guides/mrz-scanner.md b/guides/mrz-scanner.md index 92d0d71..ae5306b 100644 --- a/guides/mrz-scanner.md +++ b/guides/mrz-scanner.md @@ -232,6 +232,9 @@ Different types of webservers are configured differently, for example: Let's now go through the code of the Hello World sample to understand how the code works in detail. +> [!NOTE] +> If you are using a framework like React/Angular/Vue, please refer to the [framework samples]({{ site.codegallery }}index.html#frameworks) built by the development team. + ### Step 1: Setting up the HTML and Including the MRZ Scanner ```html From c7e7648ebfacb950a40f9d089001578963de4919 Mon Sep 17 00:00:00 2001 From: Amro-Dynamsoft Date: Thu, 3 Jul 2025 11:26:09 -0700 Subject: [PATCH 2/5] Staging (#24) * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * 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 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Fixes and versioning Mainly needed to address the mistakes as well as add versioning for 2.1 and 2.0 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Added self-hosting instructions Also trrying to fix the versioning * 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 * License edit Also fixing versioning * Fixes Changing poisition of note and fixing the versioning issue * Update product_version.yml --------- Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> Co-authored-by: DMGithubPublisher Co-authored-by: Amro Anwer 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 --- _data/product_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/product_version.yml b/_data/product_version.yml index fceef12..2d329ca 100644 --- a/_data/product_version.yml +++ b/_data/product_version.yml @@ -1,6 +1,6 @@ useGroupedVersion: true -version_info_list: +version_info_list_js: - value: latest version(3.0.0) - value: 2.x child: From 7725f08b8d00c45e4865833a1d835dd9e682d96e Mon Sep 17 00:00:00 2001 From: Amro-Dynamsoft Date: Thu, 3 Jul 2025 11:34:33 -0700 Subject: [PATCH 3/5] Staging (#25) * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * 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 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Fixes and versioning Mainly needed to address the mistakes as well as add versioning for 2.1 and 2.0 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Added self-hosting instructions Also trrying to fix the versioning * 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 * License edit Also fixing versioning * Fixes Changing poisition of note and fixing the versioning issue * Update product_version.yml * Update product_version.yml --------- Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> Co-authored-by: DMGithubPublisher Co-authored-by: Amro Anwer 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 --- _data/product_version.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/product_version.yml b/_data/product_version.yml index 2d329ca..314888a 100644 --- a/_data/product_version.yml +++ b/_data/product_version.yml @@ -2,6 +2,7 @@ useGroupedVersion: true version_info_list_js: - value: latest version(3.0.0) + - value: 3.x - value: 2.x child: - 2.1 From 4bdc01da3795f699214357af205982cef4dc0372 Mon Sep 17 00:00:00 2001 From: Amro-Dynamsoft Date: Thu, 3 Jul 2025 11:43:14 -0700 Subject: [PATCH 4/5] Staging (#26) * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * 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 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Fixes and versioning Mainly needed to address the mistakes as well as add versioning for 2.1 and 2.0 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Added self-hosting instructions Also trrying to fix the versioning * 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 * License edit Also fixing versioning * Fixes Changing poisition of note and fixing the versioning issue * Update product_version.yml * Update product_version.yml * Update product_version.yml --------- Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> Co-authored-by: DMGithubPublisher Co-authored-by: Amro Anwer 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 --- _data/product_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/product_version.yml b/_data/product_version.yml index 314888a..da30844 100644 --- a/_data/product_version.yml +++ b/_data/product_version.yml @@ -1,6 +1,6 @@ useGroupedVersion: true -version_info_list_js: +version_info_list: - value: latest version(3.0.0) - value: 3.x - value: 2.x From 7cce9e3cc17c5af26fb44e35271347b7cb1072e2 Mon Sep 17 00:00:00 2001 From: Amro-Dynamsoft Date: Thu, 3 Jul 2025 11:55:14 -0700 Subject: [PATCH 5/5] Staging (#27) * chore: fix .gitignore * feat: GitHub preview CI workflow * chore: fix whitespace, EOF newline, and styling * fix: formatting * 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 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Fixes and versioning Mainly needed to address the mistakes as well as add versioning for 2.1 and 2.0 * 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 Co-authored-by: Amro Anwer Co-authored-by: DMGithubPublisher Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> * Added self-hosting instructions Also trrying to fix the versioning * 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 * License edit Also fixing versioning * Fixes Changing poisition of note and fixing the versioning issue * Update product_version.yml * Update product_version.yml * Update product_version.yml * Update product_version.yml --------- Co-authored-by: dynamsoft-h <172081603+dynamsoft-h@users.noreply.github.com> Co-authored-by: DMGithubPublisher Co-authored-by: Amro Anwer 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 --- _data/product_version.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_data/product_version.yml b/_data/product_version.yml index da30844..9e8df98 100644 --- a/_data/product_version.yml +++ b/_data/product_version.yml @@ -3,10 +3,12 @@ useGroupedVersion: true version_info_list: - value: latest version(3.0.0) - value: 3.x + child: + - 3.0.0 - value: 2.x child: - - 2.1 - - 2.0 + - 2.1.0 + - 2.0.0 - value: 1.x child: - - 1.1 + - 1.1.0