|
Component |
d.capture batch |
|---|---|
|
Version |
2.0.0 - 3.2.0 |
|
Created on |
|
|
Last modified on |
No Workflow Applied |
|
Review status |
No Workflow Applied |
|
KB article number |
236421312 |
Summary
The barcode recognition stops immediately as soon as the barcode recognition in d.capture batch returns an error, e.g. that several valid barcodes are present. The next pages in the batch are no longer checked for barcodes, which means that document separation no longer takes place.
In this article you will learn how barcode recognition can be performed despite errors.
Important requirements
You need access to the server-side installation directory of d.capture batch. You need the permission to change the file ..\d.capture\config\dcConfig.ini.
Solution
-
Navigate to the config directory of d.capture batch, e.g. D:\d.3\d.capture\config.
-
Open the dcConfig.ini file in a text editor, e.g. Notepad ++.
-
Add the [dcPageProcessing] section if it does not already exist.
-
Add the ProceedOnError parameter with the value 1 to the [dcPageProcessing] section.
[dcPageProcessing] ProceedOnError=1 -
Save the changes to the file.
-
Use a new batch in d.capture batch to check whether barcode recognition is now working.