Skip to content

Commit c483d1d

Browse files
committed
Create README.md
1 parent 270a439 commit c483d1d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

examples/official/10.x/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Dynamsoft Capture Vision SDK for Barcode Detection
2+
This repository contains example code for using the Dynamsoft Capture Vision SDK to detect barcodes in images.
3+
4+
5+
## Prerequisites
6+
- [Dynamsoft Capture Vision Trial License](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform)
7+
8+
```python
9+
errorCode, errorMsg = LicenseManager.init_license(
10+
"LICENSE-KEY")
11+
```
12+
13+
- SDK Installation
14+
15+
```bash
16+
pip install -r requirements.txt
17+
```
18+
19+
## Supported Platforms
20+
- Windows
21+
- Linux
22+
- macOS
23+
24+
25+
## Examples
26+
- [camera.py](./camera.py): Detect barcodes from a camera video stream.
27+
- [file.py](./file.py): Detect barcodes from an image file and display the results in a window.

0 commit comments

Comments
 (0)