Aspose.Barcode for Python via Java Generation and Recognition API docs
asposebarcode.Recognition Namespace Reference

Classes

class  BarCodeReader
 BarCodeReader encapsulates an image which may contain one or several barcodes, it then can perform ReadBarCodes operation to detect barcodes. More...
 
class  Quadrangle
 Stores a set of four Points that represent a Quadrangle region. More...
 
class  QRExtendedParameters
 Stores a QR Structured Append information of recognized barcode. More...
 
class  Pdf417ExtendedParameters
 Stores a MacroPdf417 metadata information of recognized barcode. More...
 
class  OneDExtendedParameters
 Stores special data of 1D recognized barcode like separate codetext and checksum. More...
 
class  Code128ExtendedParameters
 Stores special data of Code128 recognized barcode. More...
 
class  BarCodeResult
 Stores recognized barcode data like SingleDecodeType type,. More...
 
class  BarCodeRegionParameters
 Represents the recognized barcode's region and barcode angle This sample shows how to get barcode Angle and bounding quadrangle values. More...
 
class  BarCodeExtendedParameters
 
class  QualitySettings
 QualitySettings allows to configure recognition quality and speed manually. More...
 
class  Code128DataPortion
 Contains the data of subtype for Code128 type barcode. More...
 
class  DataBarExtendedParameters
 Stores a DataBar additional information of recognized barcode reader = Recognition.BarCodeReader("c:\\test.png", DecodeType.DATABAR_OMNI_DIRECTIONAL) More...
 
class  AustraliaPostSettings
 AustraliaPost decoding parameters. More...
 
class  BarcodeSettings
 
class  RecognitionAbortedException
 
class  MaxiCodeExtendedParameters
 
class  DotCodeExtendedParameters
 
class  DataMatrixExtendedParameters
 
class  GS1CompositeBarExtendedParameters
 
class  AztecExtendedParameters
 
class  DecodeType
 Specify the type of barcode to read. More...
 
class  Code128SubType
 
class  CustomerInformationInterpretingType
 Defines the interpreting type(C_TABLE or N_TABLE) of customer information for AustralianPost BarCode. More...
 
class  BarCodeConfidence
 Contains recognition confidence level. More...
 
class  ChecksumValidation
 Enable checksum validation during recognition for 1D barcodes. More...
 
class  DeconvolutionMode
 Deconvolution (image restorations) mode which defines level of image degradation. More...
 
class  InverseImageMode
 Mode which enables or disables additional recognition of barcodes on images with inverted colors (luminance). More...
 
class  XDimensionMode
 Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. More...
 
class  ComplexBackgroundMode
 Mode which enables or disables additional recognition of color barcodes on color images. More...
 
class  BarcodeQualityMode
 Mode which enables methods to recognize barcode elements with the selected quality. More...
 

Variables

 is_array = lambda var: isinstance(var, (list, tuple))
 

Variable Documentation

◆ is_array

is_array = lambda var: isinstance(var, (list, tuple))