Skip to content

Commit cc76d01

Browse files
committed
2 parents c66506f + f109d79 commit cc76d01

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pip install -U wheel setuptools
3838
python setup.py bdist_wheel -d wheelhouse
3939
40-
- uses: actions/upload-artifact@v2
40+
- uses: actions/upload-artifact@v3
4141
with:
4242
path: wheelhouse/*.whl
4343

@@ -50,7 +50,7 @@ jobs:
5050
- name: Build sdist
5151
run: python setup.py sdist -d dist
5252

53-
- uses: actions/upload-artifact@v2
53+
- uses: actions/upload-artifact@v3
5454
with:
5555
path: dist/*.tar.gz
5656

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

44
## About Dynamsoft Document Scanner
5-
- Activate the SDK with a [30-day FREE trial license](https://www.dynamsoft.com/customer/license/trialLicense?product=ddn).
5+
- Activate the SDK with a [30-day FREE trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform).
66

77

88
## Supported Python Versions
@@ -302,4 +302,4 @@ pip install opencv-python
302302
pip wheel . --verbose
303303
# Or
304304
python setup.py bdist_wheel
305-
```
305+
```

examples/web/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ pip install -r requirements.txt
2828

2929
![Python Flask web document scanner](https://www.dynamsoft.com/codepool/img/2024/08/python-flask-web-document-scanner.png)
3030

31+
## Blog
32+
[Building a Python Flask Web Document Scanner Using Dynamsoft Document SDK](https://www.dynamsoft.com/codepool/python-flask-web-document-scanner.html)
3133

0 commit comments

Comments
 (0)