Difference between revisions of "Barcode Processing"

From LogicalDOC Community Wiki
Jump to navigationJump to search
(Technique on how to implement JBPM)
(Benefits from Barcodes managed by LogicalDOC-System)
Line 35: Line 35:
  
 
== Benefits from Barcodes managed by LogicalDOC-System ==
 
== Benefits from Barcodes managed by LogicalDOC-System ==
 +
With the BarCode parsing feature LogicalDOC move a step towards the management of structured documents for companies that need to manage and sort documents according to barcode released by themselves or applied to input documents received from their customers.
  
 
== Relases Features ==
 
== Relases Features ==
 
<br>
 
<br>

Revision as of 15:16, 22 December 2010


The Aim: Barcodes and DMS LogicalDOC

The extraction of barcodes is sometimes needed when the Document-Management-System has to handle structured documents as records. The presence of barcodes in such kind of documents can be used to surecly extract informations that can automatically stored as document metadata. In LogicalDOC we have the opportunity to use the most commonly used barcodes to capture more informations about documents without having the user to enter these informations by hand.

Features we want to implement

We want to extract barcodes from documents asynchronously through the scheduled task BarCode Reader, which will check for barcode inside image or pdf file. This files must comply with the configuration parameters set in a specific page in the Administration section. In this page the user can specify:

  • inclusions and exclusions of documents that contain specific characters into their titles
  • the templates to which are associated the documents that must be parsed

The barcodes will be associated to the attributes of templates according to the specifications set by the user in another configuration page. On this page, for each template, the user indicates, for each barcode found into the document, which property or attribute of the document will be filled with that barcode. The barcode types that are supported are:

  • UPC-A and UPC-E
  • EAN-8 and EAN-13
  • Code 39
  • Code 93
  • Code 128
  • QR Code
  • ITF
  • Codabar
  • RSS-14 (all variants)
  • Data Matrix
  • PDF 417 ('alpha' quality)
  • Aztec ('alpha' quality)

Technique on how to implement JBPM

Under Administration --> Settings there will be a configuration page for the pattern of inclusion and exclusion and the involved templates. Under Administration --> Document Metadata there will be a configuration page similar to the Administration --> Document Metadata --> CustomId page in which the user can perform settings of the template schema.
In this page, through a drop list, the user selects a template. Then LogicalDOC shows all the settings already defined for the selected template. The user can add new settings defining patterns separated by ','. In this page there are a number of row equals to the number of barcode that must be parsed into the document with that template.
This patterns consisting of tokens that have codes that identify the properties of a document and the attributes of a template. In this way the user can define the properties or attributes that should be filled by the barcode. The patten can correspond to a singular token or to compositions of tokens. In addition, each barcode can be added to multiple properties or attributes, therefore each barcode can be associated with multiple patterns that are supposed to be separated by ','.

Benefits from Barcodes managed by LogicalDOC-System

With the BarCode parsing feature LogicalDOC move a step towards the management of structured documents for companies that need to manage and sort documents according to barcode released by themselves or applied to input documents received from their customers.

Relases Features