Skip to content

Commit 3442065

Browse files
Merge pull request #726 from dynamsoft-docs/preview
Preview
2 parents 09c5c10 + 5c9a475 commit 3442065

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.DS_Store

-8 KB
Binary file not shown.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches:
1010
- master
11-
- preview
11+
#- preview
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
.DS_Store
3+
/.vs

programming/features/use-runtimesettings-or-templates-v9.6.32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if error[0] != EnumErrorCode.DBR_OK:
102102
dbr = BarcodeReader()
103103
settings = dbr.get_runtime_settings()
104104
settings.barcode_format_ids = EnumBarcodeFormat.BF_QR_CODE
105-
settings.barcode_format_ids_2 = EnumBarcodeFormat.BF2_POSTALCODE
105+
settings.barcode_format_ids_2 = EnumBarcodeFormat_2.BF2_POSTALCODE
106106
dbr.update_runtime_settings(settings)
107107
text_results = dbr.decode_file("YOUR-IMAGE-FILE-PATH")
108108
# Add further process

0 commit comments

Comments
 (0)