We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdcb34 commit aefbb22Copy full SHA for aefbb22
examples/official/README.md
@@ -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