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
"Function 'crop_image' with parameter type `Quadrilateral` is deprecated and will be removed in future versions. Please use `crop_and_deskew_image` function instead.",
Copy file name to clipboardExpand all lines: include/DynamsoftBarcodeReader.h
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ typedef void* HANDLE;
18
18
19
19
#include"DynamsoftCore.h"
20
20
21
-
#defineDBR_VERSION"11.0.30.4532"
21
+
#defineDBR_VERSION"11.0.40.5013"
22
22
23
23
/**Enumeration section*/
24
24
@@ -38,7 +38,7 @@ enum BarcodeFormat : unsigned long long
38
38
/**Use the default barcode format settings*/
39
39
BF_DEFAULT = 0xFE3BFFFF,
40
40
41
-
/**Combined value of BF_CODABAR, BF_CODE_128, BF_CODE_39, BF_CODE_39_Extended, BF_CODE_93, BF_EAN_13, BF_EAN_8, INDUSTRIAL_25, BF_ITF, BF_UPC_A, BF_UPC_E, BF_MSI_CODE; */
41
+
/**Combined value of BF_CODABAR, BF_CODE_128, BF_CODE_39, BF_CODE_39_Extended, BF_CODE_93, BF_EAN_13, BF_EAN_8, INDUSTRIAL_25, BF_ITF, BF_UPC_A, BF_UPC_E, BF_MSI_CODE, BF_CODE_11; */
42
42
BF_ONED = 0x003007FF,
43
43
44
44
/**Combined value of BF_GS1_DATABAR_OMNIDIRECTIONAL, BF_GS1_DATABAR_TRUNCATED, BF_GS1_DATABAR_STACKED, BF_GS1_DATABAR_STACKED_OMNIDIRECTIONAL, BF_GS1_DATABAR_EXPANDED, BF_GS1_DATABAR_EXPANDED_STACKED, BF_GS1_DATABAR_LIMITED*/
@@ -156,7 +156,7 @@ enum BarcodeFormat : unsigned long long
156
156
*/
157
157
BF_TELEPEN_NUMERIC = 0x4000000000,
158
158
159
-
/**Combined value of BF2_USPSINTELLIGENTMAIL, BF2_POSTNET, BF2_PLANET, BF2_AUSTRALIANPOST, BF2_RM4SCC.*/
159
+
/**Combined value of BF_USPSINTELLIGENTMAIL, BF_POSTNET, BF_PLANET, BF_AUSTRALIANPOST, BF_RM4SCC, BF_KIX.*/
160
160
BF_POSTALCODE = 0x3F0000000000000,
161
161
162
162
/**Nonstandard barcode */
@@ -1345,6 +1345,9 @@ namespace dynamsoft
1345
1345
* @return Returns 0 if successful, otherwise returns a negative value.
0 commit comments