edoc Knowledge Base
Breadcrumbs

d.capture batch barcode recognition stopped after error

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

  1. Navigate to the config directory of d.capture batch, e.g. D:\d.3\d.capture\config.

  2. Open the dcConfig.ini file in a text editor, e.g. Notepad ++.

  3. Add the [dcPageProcessing] section if it does not already exist.

  4. Add the ProceedOnError parameter with the value 1 to the [dcPageProcessing] section.

    [dcPageProcessing]
    ProceedOnError=1
    
  5. Save the changes to the file.

  6. Use a new batch in d.capture batch to check whether barcode recognition is now working.