From 65db5b02727ea183243553c11cfc37f58414b37a Mon Sep 17 00:00:00 2001 From: yushulx Date: Tue, 3 Sep 2024 13:31:37 +0800 Subject: [PATCH] Update README.md --- .gitignore | 1 + examples/official/9.x/nonstandard_1D_barcode/README.md | 2 +- examples/official/9.x/zxing_zbar/README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee9e0b6..61182b4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _skbuild /build dist /examples/official/9.x/zxing_zbar/__pycache__/*.pyc +/examples/official/9.x/jupyter_notebook/.ipynb_checkpoints diff --git a/examples/official/9.x/nonstandard_1D_barcode/README.md b/examples/official/9.x/nonstandard_1D_barcode/README.md index dcd7349..ce13120 100644 --- a/examples/official/9.x/nonstandard_1D_barcode/README.md +++ b/examples/official/9.x/nonstandard_1D_barcode/README.md @@ -5,7 +5,7 @@ This sample demonstrates how to use the [Dynamsoft Barcode Reader SDK](https://w Python 3.x ## Prerequisites -- Obtain a [Dynamsoft Barcode Reader trial license](ttps://www.dynamsoft.com/customer/license/trialLicense) +- Obtain a [Dynamsoft Barcode Reader trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr) - Install the Dynamsoft Barcode Reader SDK for Python: ```bash diff --git a/examples/official/9.x/zxing_zbar/README.md b/examples/official/9.x/zxing_zbar/README.md index 23f40ca..949ed59 100644 --- a/examples/official/9.x/zxing_zbar/README.md +++ b/examples/official/9.x/zxing_zbar/README.md @@ -14,7 +14,7 @@ pip install -r requirements.txt ## Usage -1. Obtain a [Dynamsoft Barcode Reader trial license](ttps://www.dynamsoft.com/customer/license/trialLicense) and update the code with the license key in `app.py`. +1. Obtain a [Dynamsoft Barcode Reader trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr) and update the code with the license key in `app.py`. ```python BarcodeReader.init_license('LICENSE-KEY')