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: 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.