Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
VerifyCheckDigit
Parameter VerifyCheckDigit
specifies whether to verify the check digit in barcodes where this check digit is optional.
Example
{
"VerifyCheckDigit": 1
}
Parameter Summary
The structure of the VerifyCheckDigit
is shown as follow:
VerifyCheckDigit Parameter Summary |
---|
Type int |
Range [0, 1] |
Default Value 0 |
Remarks
- It is valid only for Code 11.
- 0: do not verify the check digit.
- 1: verify the check digit and if it does not match, no result will be returned. Do not set this parameter to 1 for barcodes without an optional check digit.