Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Sep 3, 2024
1 parent d91bd61 commit 65db5b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _skbuild
/build
dist
/examples/official/9.x/zxing_zbar/__pycache__/*.pyc
/examples/official/9.x/jupyter_notebook/.ipynb_checkpoints
2 changes: 1 addition & 1 deletion examples/official/9.x/nonstandard_1D_barcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/official/9.x/zxing_zbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 65db5b0

Please sign in to comment.