aspose-barcode-for-python-via-java 24.11.0__tar.gz → 24.12.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/aspose_barcode_for_python_via_java.egg-info/PKG-INFO +1 -1
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/aspose_barcode_for_python_via_java.egg-info/SOURCES.txt +1 -1
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/asposebarcode/Recognition.py +5 -2
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/asposebarcode/__init__.py +1 -1
- aspose-barcode-for-python-via-java-24.11.0/asposebarcode/jlib/aspose-barcode-python-24.11.jar → aspose-barcode-for-python-via-java-24.12.0/asposebarcode/jlib/aspose-barcode-python-24.12.jar +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/setup.py +1 -1
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/MANIFEST.in +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/README.md +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/aspose_barcode_for_python_via_java.egg-info/dependency_links.txt +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/aspose_barcode_for_python_via_java.egg-info/requires.txt +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/aspose_barcode_for_python_via_java.egg-info/top_level.txt +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/asposebarcode/Assist.py +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/asposebarcode/ComplexBarcode.py +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/asposebarcode/Generation.py +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/license/End+User+License+Agreement.html +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf +0 -0
- {aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/setup.cfg +0 -0
{aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aspose-barcode-for-python-via-java
|
|
3
|
-
Version: 24.
|
|
3
|
+
Version: 24.12.0
|
|
4
4
|
Summary: Barcode generation and recognition component. It allows developers to quickly and easily add barcode creation and scanning functionality to their Python applications.
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Aspose
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aspose-barcode-for-python-via-java
|
|
3
|
-
Version: 24.
|
|
3
|
+
Version: 24.12.0
|
|
4
4
|
Summary: Barcode generation and recognition component. It allows developers to quickly and easily add barcode creation and scanning functionality to their Python applications.
|
|
5
5
|
Home-page: UNKNOWN
|
|
6
6
|
Author: Aspose
|
|
@@ -11,6 +11,6 @@ asposebarcode/ComplexBarcode.py
|
|
|
11
11
|
asposebarcode/Generation.py
|
|
12
12
|
asposebarcode/Recognition.py
|
|
13
13
|
asposebarcode/__init__.py
|
|
14
|
-
asposebarcode/jlib/aspose-barcode-python-24.
|
|
14
|
+
asposebarcode/jlib/aspose-barcode-python-24.12.jar
|
|
15
15
|
license/End+User+License+Agreement.html
|
|
16
16
|
license/ThirdPartyLicenses.Aspose.BarCode.Java.pdf
|
|
@@ -82,7 +82,7 @@ class BarCodeReader(Assist.BaseJavaClass):
|
|
|
82
82
|
else:
|
|
83
83
|
if not isinstance(areas, Assist.Rectangle):
|
|
84
84
|
raise Exception('All elements of areas should be instances of Rectangle class')
|
|
85
|
-
stringFormattedAreas.append(areas.
|
|
85
|
+
stringFormattedAreas.append(areas.__str__())
|
|
86
86
|
|
|
87
87
|
javaAreasArray = jpype.JArray(jpype.JString)(len(stringFormattedAreas))
|
|
88
88
|
for i in range(len(javaAreasArray)):
|
|
@@ -1769,6 +1769,9 @@ class MaxiCodeExtendedParameters(Assist.BaseJavaClass):
|
|
|
1769
1769
|
Sets a MaxiCode encode mode.
|
|
1770
1770
|
Default value: Mode4
|
|
1771
1771
|
"""
|
|
1772
|
+
if not isinstance(maxiCodeMode, MaxiCodeMode):
|
|
1773
|
+
# Processing invalid input
|
|
1774
|
+
raise TypeError(f"Expected MaxiCodeMode, got {type(maxiCodeMode).__name__}")
|
|
1772
1775
|
self.getJavaClass().setMaxiCodeMode(maxiCodeMode.value)
|
|
1773
1776
|
|
|
1774
1777
|
def getMaxiCodeStructuredAppendModeBarcodeId(self) -> int:
|
|
@@ -2760,4 +2763,4 @@ class BarcodeQualityMode(Enum):
|
|
|
2760
2763
|
## Enables recognition methods for Common(Normal) quality barcodes.</p>
|
|
2761
2764
|
NORMAL = 1
|
|
2762
2765
|
## Enables recognition methods for Low quality barcodes.</p>
|
|
2763
|
-
LOW = 2
|
|
2766
|
+
LOW = 2
|
|
@@ -3,6 +3,6 @@ import os
|
|
|
3
3
|
from asposebarcode import Generation, Recognition, Assist
|
|
4
4
|
|
|
5
5
|
__asposebarcode_dir__ = os.path.dirname(__file__)
|
|
6
|
-
__barcode_jar_path__ = __asposebarcode_dir__ + "/jlib/aspose-barcode-python-24.
|
|
6
|
+
__barcode_jar_path__ = __asposebarcode_dir__ + "/jlib/aspose-barcode-python-24.12.jar"
|
|
7
7
|
jpype.startJVM(jpype.getDefaultJVMPath(), "-Djava.class.path=%s" % __barcode_jar_path__)
|
|
8
8
|
__all__ = ['Assist','Recognition','Generation','ComplexBarcode']
|
|
File without changes
|
{aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aspose-barcode-for-python-via-java-24.11.0 → aspose-barcode-for-python-via-java-24.12.0}/setup.cfg
RENAMED
|
File without changes
|