We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b222a3 + 4f5487f commit 94766e7Copy full SHA for 94766e7
programming/usecases/read-postal-codes-v9.6.32.md
@@ -140,7 +140,7 @@ if error[0] != EnumErrorCode.DBR_OK:
140
dbr = BarcodeReader()
141
settings = dbr.get_runtime_settings()
142
settings.barcode_format_ids = EnumBarcodeFormat.BF_NULL
143
-settings.barcode_format_ids_2 = EnumBarcodeFormat.BF2_POSTALCODE
+settings.barcode_format_ids_2 = EnumBarcodeFormat_2.BF2_POSTALCODE
144
dbr.update_runtime_settings(settings)
145
text_results = dbr.decode_file("YOUR-IMAGE-FILE-WITH-POSTAL-CODES")
146
# Add further process
0 commit comments