In This Topic ▼

Barcode Processing with the Document Library

Summary

The Document library supports searching for and reading the data of all barcodes found on a DocumentPage.

To do so, call DocumentPage.ReadBarcodes to search for and read the data of any barcode found on the page. Different parameters allow you to specify the area of the page to search (or search the entire page), the number of barcodes to read (or read all barcodes), and the barcode symbologies to read (or read all symbologies). DocumentPage.ReadBarcodes calls DocumentPage.getImageUrl and then reads the barcodes found.

DocumentPage.ReadBarcodes returns an array of BarcodeData objects containing the bounding rectangle, data, and type (symbology) for each barcode found. An empty array is returned if no barcodes are found.

Cloud Services

Does your application require document recognition or conversion, but its implementation language is preventing you from using LEADTOOLS directly? Consider using the LEADTOOLS Cloud Services Web API instead. It is a high-powered and scalable Web API. Its hassle-free interface can be used to integrate advanced OCR, barcode, MICR, and document conversion into any application.

See Also

Document Library Features

Loading Documents Using LEADTOOLS Document Library

Creating Documents with LEADTOOLS Document Library

Document Toolkit and Caching

Uploading Using the Document Library

Document Library Coordinate System

Loading Encrypted Files Using the Document Library

Parsing Text with the Document Library

Using jQuery Promises in the Document Library

Loading Images in the Document Library

Document Page Transformation

Using LEADTOOLS Document Viewer

Status Document Job Converter

Document View and Convert Redaction

Help Version 22.0.2023.1.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS HTML5 JavaScript

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.