You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/general-settings.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
if__name__=="__main__":
5
5
try:
6
6
# 1.Initialize license.
7
-
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
7
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
8
8
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
9
9
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
Copy file name to clipboardExpand all lines: samples/hello-world.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
if__name__=="__main__":
5
5
try:
6
6
# 1.Initialize license.
7
-
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
7
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
8
8
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
9
9
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
Copy file name to clipboardExpand all lines: samples/image-decoding.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ def choose_number() -> int:
25
25
if__name__=="__main__":
26
26
try:
27
27
# 1.Initialize license.
28
-
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
28
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
29
29
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
30
30
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
50
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
51
51
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
52
52
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
Copy file name to clipboardExpand all lines: samples/performance/batch-decode.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
if__name__=="__main__":
7
7
try:
8
8
# 1.Initialize license.
9
-
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
9
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
10
10
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
11
11
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
77
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
78
78
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
79
79
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
83
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
84
84
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
85
85
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
20
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
21
21
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
22
22
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
Copy file name to clipboardExpand all lines: samples/video-decoding.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ def decode_video():
104
104
105
105
try:
106
106
# Initialize license.
107
-
# The organization id 200001 here will grant you a public trial license good for 7 days. Note that network connection is required for this license to work.
107
+
# The organization id 200001 here will grant you a free public trial license. Note that network connection is required for this license to work.
108
108
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
109
109
# You can also request a 30-day trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=python
0 commit comments