Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar. More...
Inherits Enum.
Static Public Attributes | |
int | AUTO = 0 |
Value of XDimension is detected by AI (SVM). More... | |
int | LARGE = 3 |
Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras. More... | |
int | NORMAL = 2 |
Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes. More... | |
int | SMALL = 1 |
Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality More... | |
int | USE_MINIMAL_X_DIMENSION = 4 |
Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality More... | |
Recognition mode which sets size (from 1 to infinity) of barcode minimal element: matrix cell or bar.
This sample shows how to use XDimension mode
|
static |
Value of XDimension is detected by AI (SVM).
At this time the same as Normal
|
static |
Detects barcodes with large XDimension with quality from BarcodeQuality captured with high-resolution cameras.
|
static |
Detects barcodes with classic XDimension in 2 pixels or more with quality from BarcodeQuality or high quality barcodes.
|
static |
Detects barcodes with small XDimension in 1 pixel or more with quality from BarcodeQuality
|
static |
Detects barcodes from size set in MinimalXDimension with quality from BarcodeQuality