Skip to content

Commit aefbb22

Browse files
committed
Add README.md
1 parent 2cdcb34 commit aefbb22

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

examples/official/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Dynamsoft Capture Vision SDK for Document Detection
2+
This repository contains example code for using the Dynamsoft Capture Vision SDK to detect documents in images.
3+
4+
## Prerequisites
5+
- [Dynamsoft Capture Vision Trial License](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform)
6+
7+
```python
8+
errorCode, errorMsg = LicenseManager.init_license(
9+
"LICENSE-KEY")
10+
```
11+
12+
- SDK Installation
13+
14+
```bash
15+
pip install -r requirements.txt
16+
```
17+
18+
19+
20+

0 commit comments

Comments
 (0)