Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Aspose.BarCode for Python via .NET supports barcode recognition for 60+ various barcode types. To improve the efficiency of the recognition process and optimize its timing, it is recommended to set target symbologies in advance. Otheriwise, the ALL_SUPPORTED_TYPES setting of the DecodeType enum will be used by default meaning that the library will look over all supported barcode types to check for their presence in the source image. Using this setting will increase the time needed to complete barcode recognition.
Target barcode types can be specified by grouping them in a list and passing it to the BarCodeReader() constructor or the set_bar_code_read_type method.
The other way to specify target barcode types is to determine them using a constructor of class MultyDecodeType and then pass it to class BarCodeReader or the set_bar_code_read_type method.
Class DecodeType provides the following symbology sets for barcode reading:
The required set can be specified in the BarCodeReader constructor or passed to the bar_code_read_type property.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.