Skip to content

Commit 4f5487f

Browse files
authored
Update read-postal-codes-v9.6.32.md
Should be EnumBarcodeFormat_2.BF2_POSTALCODE , not EnumBarcodeFormat.BF2_POSTALCODE
1 parent 1b222a3 commit 4f5487f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/usecases/read-postal-codes-v9.6.32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if error[0] != EnumErrorCode.DBR_OK:
140140
dbr = BarcodeReader()
141141
settings = dbr.get_runtime_settings()
142142
settings.barcode_format_ids = EnumBarcodeFormat.BF_NULL
143-
settings.barcode_format_ids_2 = EnumBarcodeFormat.BF2_POSTALCODE
143+
settings.barcode_format_ids_2 = EnumBarcodeFormat_2.BF2_POSTALCODE
144144
dbr.update_runtime_settings(settings)
145145
text_results = dbr.decode_file("YOUR-IMAGE-FILE-WITH-POSTAL-CODES")
146146
# Add further process

0 commit comments

Comments
 (0)