Package com.aspose.barcode.barcoderecognition
package com.aspose.barcode.barcoderecognition
This package contains tools for 1D/2D barcode recognition.
-
ClassDescriptionPublic interface for Customer Information Field decoding which is used in AustraliaPost symbology.AustraliaPost decoding parameters.Contains recognition confidence levelStores extended parameters of recognized barcodeBarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes.General exception thrown by BarCodeReader, inherited from BarCodeExceptionRepresents the recognized barcode's region and barcode angleStores recognized barcode data like
SingleDecodeTypetype,stringcodetext,BarCodeRegionParametersregion and other parametersThe main BarCode decoding parameters.Base class for MultiDecodeType and SingleDecodeType.Basic class for extended parameters of recognized barcode storingStores a Codabar additional information of recognized barcodeContains the data of subtype for Code128 type barcodeStores special data of Code128 recognized barcodeContains types of Code128 subsetDefines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode.Stores a DataBar additional information of recognized barcode BarCodeReader reader = new BarCodeReader("test.png", DecodeType.DATABAR_OMNI_DIRECTIONAL); for(BarCodeResult result : reader.readBarCodes()) System.out.println("BarCode Type: " + result.getCodeTypeName()); System.out.println("BarCode CodeText: " + result.getCodeText()); System.out.println("QR Structured Append Quantity: " + result.getExtended().getQR().getQRStructuredAppendModeBarCodesQuantity());Stores special data of DataMatrix recognized barcodeSpecify the type of barcode to read.Stores special data of DotCode recognized barcodeStores a MaxiCode additional information of recognized barcodeDeprecated.Stores special data of 1D recognized barcode like separate codetext and checksumStores a MacroPdf417 metadata information of recognized barcodeProcessorSettings allow to recognize barcodes with multi-threaded increasing of performanceStores a QR Structured Append information of recognized barcodeStores a set of fourPoints that represent aQuadrangleregion.QualitySettings allows to configure recognition quality and speed manually.Represents recognition abort exception which is thrown in timeout exceeding during recognition with BarCodeReader.Single decode type.