Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.36 KB

File metadata and controls

21 lines (16 loc) · 1.36 KB
layout default-layout
noTitleIndex true
needAutoGenerateSidebar true
title How can I separate my documents automatically by barcode?
keywords Dynamic Web TWAIN, Addon, separate documents by barcode
breadcrumbText How can I separate my documents automatically by barcode?
description How can I separate my documents automatically by barcode?
date 2021-12-01 01:09:41 +0800
last_modified 2022-06-10 04:40:03 +0800

Addon

How can I separate my documents automatically by barcode?

When dealing with batch documents, barcodes can function as a smart separator, or to properly group documents. For example, by affixing a barcode to each document in a batch and then scanning it, the files can be automatically grouped or separated. They can be automatically made into multi-page TIFF or PDF files. All of this can be accomplished with a single batch scan by integrating the Core Module and Barcode Reader add-on of Dynamic Web TWAIN SDK.

Please refer to the two examples with sample codes here: Use barcode to classify and separate documents{:target="_blank"}.

Here is a sample project you can try and download: Automate Document Classification Using Barcode Separator.