Skip to content

Commit 2cdcb34

Browse files
committed
Update README.md
1 parent 9fb44a1 commit 2cdcb34

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Python Document Scanner SDK
22
This project provides Python bindings for the [Dynamsoft C/C++ Document Scanner SDK v1.x](https://www.dynamsoft.com/document-normalizer/docs/core/introduction/?ver=latest&ver=latest), enabling developers to quickly create document scanner applications for Windows and Linux desktop environments.
33

4-
## About Dynamsoft Document Scanner
5-
- Activate the SDK with a [30-day FREE trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform).
4+
> Note: This project is an unofficial, community-maintained Python wrapper for the Dynamsoft Document Normalizer SDK. For those seeking the most reliable and fully-supported solution, Dynamsoft offers an official Python package. Visit the [Dynamsoft Capture Vision Bundle](https://pypi.org/project/dynamsoft-capture-vision-bundle/) page on PyPI for more details.
65
6+
## About Dynamsoft Capture Vision Bundle
7+
- Activate the SDK with a [30-day FREE trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform).
8+
- Install the SDK via `pip install dynamsoft-capture-vision-bundle`.
9+
10+
### Comparison Table
11+
| Feature | Unofficial Wrapper (Community) | Official Dynamsoft Capture Vision SDK |
12+
| --- | --- | --- |
13+
| Support | Community-driven, best effort | Official support from Dynamsoft |
14+
| Documentation | README only | [Comprehensive Online Documentation](https://www.dynamsoft.com/capture-vision/docs/server/programming/python/?lang=python) |
15+
| API Coverage | Limited | Full API coverage |
16+
|Feature Updates| May lag behind the official SDK | First to receive new features |
17+
| Compatibility | Limited testing across environments| Thoroughly tested across all supported environments|
18+
| OS Support | Windows, Linux | Windows, Linux, **macOS** |
719

820
## Supported Python Versions
921
* Python 3.x

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run(self):
8484

8585

8686
setup(name='document-scanner-sdk',
87-
version='1.1.0',
87+
version='1.1.1',
8888
description='Document Scanner SDK for document edge detection, border cropping, perspective correction and brightness adjustment',
8989
long_description=long_description,
9090
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)