From 80a0f9ae9d3f063987bb84e7ffaf1f79c68262c7 Mon Sep 17 00:00:00 2001 From: felixindrawan Date: Mon, 15 Jul 2024 23:57:41 -0700 Subject: [PATCH 1/2] fix: changed license for locate-an-item sample and updated links --- index.html | 8 ++++++++ use-case/README.md | 4 ++-- use-case/locate-an-item-with-barcode/index.html | 6 ++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 5bff530e..9f0b5713 100644 --- a/index.html +++ b/index.html @@ -153,6 +153,14 @@

Barcode Reader Samples

Show Result Texts on the Video
+
Read a + Driver's License + +
+
Find Item via Barcode + +
Others
diff --git a/use-case/README.md b/use-case/README.md index e55a8e42..0f98c3e5 100644 --- a/use-case/README.md +++ b/use-case/README.md @@ -35,8 +35,8 @@ The following sample demonstrates how to utilize the SDK to find an item using a Additionally, this sample demonstrates how to utilize the SDK to fill out form fields, creating a custom UI with [Dynamsoft Camera Enhancer (DCE)](https://www.dynamsoft.com/camera-enhancer/docs/core/introduction/index.html), and using DCE to draw shapes/images on the CameraView to create indicators for each barcode that has been detected! -* Locate an item via Barcode - Demo (TO BE UPDATED) -* RLocate an item via Barcode - Source Code (TO BE UPDATED) +* Locate an Item with Barcode - Demo +* Locate an Item with Barcode - Source Code ## Support diff --git a/use-case/locate-an-item-with-barcode/index.html b/use-case/locate-an-item-with-barcode/index.html index a1f66000..dae02fd3 100644 --- a/use-case/locate-an-item-with-barcode/index.html +++ b/use-case/locate-an-item-with-barcode/index.html @@ -205,7 +205,7 @@
-

Locate an Item via Barcode

+

Locate an Item with Barcode

1. Enter or Scan the Item ID that you're seaching for:

@@ -280,9 +280,7 @@
/** LICENSE ALERT - README * To use the library, you need to first specify a license key using the API "initLicense()" as shown below. */ - Dynamsoft.License.LicenseManager.initLicense( - "DLS2eyJoYW5kc2hha2VDb2RlIjoiMTAyODk0NDUwLVRYbFhaV0pRY205cSIsIm1haW5TZXJ2ZXJVUkwiOiJodHRwczovL21sdHMuZHluYW1zb2Z0LmNvbSIsIm9yZ2FuaXphdGlvbklEIjoiMTAyODk0NDUwIiwic3RhbmRieVNlcnZlclVSTCI6Imh0dHBzOi8vc2x0cy5keW5hbXNvZnQuY29tIiwiY2hlY2tDb2RlIjoxMDUxNjY0NjUyfQ==" - ); + Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9"); /** * You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days. * Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. From 4050dd14d98d0ad1ce3b639af57642a75dc0a2cc Mon Sep 17 00:00:00 2001 From: DMGithubPublisher <65145280+DMGithubPublisher@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:47:17 +0800 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a13ce48a..e6d513d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,6 +15,8 @@ jobs: # The type of runner that the job will run on runs-on: self-hosted + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # Steps represent a sequence of tasks that will be executed as part of the job steps: