Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Oct 21, 2024
1 parent 270a439 commit c483d1d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/official/10.x/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Dynamsoft Capture Vision SDK for Barcode Detection
This repository contains example code for using the Dynamsoft Capture Vision SDK to detect barcodes in images.


## Prerequisites
- [Dynamsoft Capture Vision Trial License](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform)

```python
errorCode, errorMsg = LicenseManager.init_license(
"LICENSE-KEY")
```

- SDK Installation

```bash
pip install -r requirements.txt
```

## Supported Platforms
- Windows
- Linux
- macOS


## Examples
- [camera.py](./camera.py): Detect barcodes from a camera video stream.
- [file.py](./file.py): Detect barcodes from an image file and display the results in a window.

0 comments on commit c483d1d

Please sign in to comment.