Skip to content

Commit 9e79ddc

Browse files
update description of public trial
1 parent f326a22 commit 9e79ddc

9 files changed

+9
-9
lines changed

samples/general-settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if __name__ == "__main__":
55
try:
66
# 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.
88
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
99
# 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
1010
para = BarcodeReader.init_dls_connection_parameters()

samples/hello-world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
if __name__ == "__main__":
55
try:
66
# 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.
88
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
99
# 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
1010
para = BarcodeReader.init_dls_connection_parameters()

samples/image-decoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def choose_number() -> int:
2525
if __name__ == "__main__":
2626
try:
2727
# 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.
2929
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
3030
# 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
3131
para = BarcodeReader.init_dls_connection_parameters()

samples/performance/accuracy-first-settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def output_results(results:TextResult):
4747
if __name__ == "__main__":
4848
try:
4949
# 1.Initialize license.
50-
# 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.
5151
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
5252
# 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
5353
para = BarcodeReader.init_dls_connection_parameters()

samples/performance/batch-decode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if __name__ == "__main__":
77
try:
88
# 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.
1010
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
1111
# 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
1212
para = BarcodeReader.init_dls_connection_parameters()

samples/performance/read-rate-first-settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def output_results(results:TextResult):
7474
if __name__ == "__main__":
7575
try:
7676
# 1.Initialize license.
77-
# 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.
7878
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
7979
# 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
8080
para = BarcodeReader.init_dls_connection_parameters()

samples/performance/speed-first-settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def output_results(results:TextResult):
8080
if __name__ == "__main__":
8181
try:
8282
# 1.Initialize license.
83-
# 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.
8484
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
8585
# 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
8686
para = BarcodeReader.init_dls_connection_parameters()

samples/use-case/read-dpm-barcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def output_results(results:TextResult):
1717
if __name__ == "__main__":
1818
try:
1919
# 1.Initialize license.
20-
# 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.
2121
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
2222
# 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
2323
para = BarcodeReader.init_dls_connection_parameters()

samples/video-decoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def decode_video():
104104

105105
try:
106106
# 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.
108108
# If you want to use an offline license, please contact Dynamsoft Support: https://www.dynamsoft.com/company/contact/
109109
# 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
110110
para = BarcodeReader.init_dls_connection_parameters()

0 commit comments

Comments
 (0)