You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Aspose.BarCode Cloud SDK for Java
2
2
3
3
- API version: 3.0
4
-
- SDK version: 20.8.0
4
+
- SDK version: 20.10.0
5
5
6
6
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/cloud) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
7
7
@@ -56,7 +56,7 @@ Add this dependency to your project's POM:
56
56
<dependency>
57
57
<groupId>com.aspose</groupId>
58
58
<artifactId>aspose-barcode-cloud</artifactId>
59
-
<version>20.8.0</version>
59
+
<version>20.10.0</version>
60
60
<scope>compile</scope>
61
61
</dependency>
62
62
```
@@ -71,7 +71,7 @@ mvn clean package
71
71
72
72
Then manually install the following JARs:
73
73
74
-
-`target/aspose-barcode-cloud-20.8.0.jar`
74
+
-`target/aspose-barcode-cloud-20.10.0.jar`
75
75
-`target/lib/*.jar`
76
76
77
77
## Getting Started
@@ -117,7 +117,7 @@ All Aspose.BarCode for Cloud SDKs, helper scripts and templates are licensed und
@@ -87,6 +87,7 @@ Name | Type | Description | Notes
87
87
**validateText** | **Boolean**| Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode's specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingaporePost, Code39Extended, Code93Extended, Code16K, Code128 symbology if codetext is incorrect. | [optional]
88
88
**supplementData** | **String**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
89
89
**supplementSpace** | **Double**| Space between main the BarCode and supplement BarCode. | [optional]
90
+
**barWidthReduction** | **Double**| Bars reduction value that is used to compensate ink spread while printing. | [optional]
90
91
**format** | **String**| Result image format. | [optional]
91
92
92
93
### getBarcodeGenerate return type
@@ -95,7 +96,7 @@ Name | Type | Description | Notes
@@ -165,6 +166,7 @@ Name | Type | Description | Notes
165
166
**scanWindowSizes** | **List<Integer>**| Scan window sizes in pixels. Allowed sizes are 10, 15, 20, 25, 30. Scanning with small window size takes more time and provides more accuracy but may fail in detecting very big barcodes. Combining of several window sizes can improve detection quality. | [optional]
166
167
**similarity** | **Double**| Similarity coefficient depends on how homogeneous barcodes are. Use high value for for clear barcodes. Use low values to detect barcodes that ara partly damaged or not lighten evenly. Similarity coefficient must be between [0.5, 0.9] | [optional]
167
168
**skipDiagonalSearch** | **Boolean**| Allows detector to skip search for diagonal barcodes. Setting it to false will increase detection time but allow to find diagonal barcodes that can be missed otherwise. Enabling of diagonal search leads to a bigger detection time. | [optional]
169
+
**readTinyBarcodes** | **Boolean**| Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
168
170
**australianPostEncodingTable** | **String**| Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional][enum: CTable, NTable, Other]
169
171
**rectangleRegion** | **String**| | [optional]
170
172
**storage** | **String**| The image storage. | [optional]
@@ -176,7 +178,7 @@ Name | Type | Description | Notes
Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image or encoded with base64.
182
184
@@ -244,6 +246,7 @@ Name | Type | Description | Notes
244
246
**scanWindowSizes** | **List<Integer>**| Scan window sizes in pixels. Allowed sizes are 10, 15, 20, 25, 30. Scanning with small window size takes more time and provides more accuracy but may fail in detecting very big barcodes. Combining of several window sizes can improve detection quality. | [optional]
245
247
**similarity** | **Double**| Similarity coefficient depends on how homogeneous barcodes are. Use high value for for clear barcodes. Use low values to detect barcodes that ara partly damaged or not lighten evenly. Similarity coefficient must be between [0.5, 0.9] | [optional]
246
248
**skipDiagonalSearch** | **Boolean**| Allows detector to skip search for diagonal barcodes. Setting it to false will increase detection time but allow to find diagonal barcodes that can be missed otherwise. Enabling of diagonal search leads to a bigger detection time. | [optional]
249
+
**readTinyBarcodes** | **Boolean**| Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
247
250
**australianPostEncodingTable** | **String**| Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional][enum: CTable, NTable, Other]
248
251
**rectangleRegion** | **String**| | [optional]
249
252
**url** | **String**| The image file url. | [optional]
@@ -304,7 +307,7 @@ Name | Type | Description | Notes
Generate barcode and save on server (from query params or from file with json or xml content)
310
313
@@ -379,6 +382,7 @@ Name | Type | Description | Notes
379
382
**validateText** | **Boolean**| Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode's specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingaporePost, Code39Extended, Code93Extended, Code16K, Code128 symbology if codetext is incorrect. | [optional]
380
383
**supplementData** | **String**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
381
384
**supplementSpace** | **Double**| Space between main the BarCode and supplement BarCode. | [optional]
385
+
**barWidthReduction** | **Double**| Bars reduction value that is used to compensate ink spread while printing. | [optional]
Copy file name to clipboardExpand all lines: docs/GeneratorParams.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Name | Type | Description | Notes
40
40
**validateText** | **Boolean** | Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode's specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingaporePost, Code39Extended, Code93Extended, Code16K, Code128 symbology if codetext is incorrect. | [optional]
41
41
**supplementData** | **String** | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
42
42
**supplementSpace** | **Double** | Space between main the BarCode and supplement BarCode. | [optional]
43
+
**barWidthReduction** | **Double** | Bars reduction value that is used to compensate ink spread while printing. | [optional]
**truncate** | **Boolean** | Whether Pdf417 symbology type of BarCode is truncated (to reduce space). | [optional]
17
+
**pdf417ECIEncoding** | [**ECIEncodings**](ECIEncodings.md) | Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. | [optional]
18
+
**isReaderInitialization** | **Boolean** | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization | [optional]
Copy file name to clipboardExpand all lines: docs/ReaderParams.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Name | Type | Description | Notes
33
33
**scanWindowSizes** | **List<Integer>** | Scan window sizes in pixels. Allowed sizes are 10, 15, 20, 25, 30. Scanning with small window size takes more time and provides more accuracy but may fail in detecting very big barcodes. Combining of several window sizes can improve detection quality. | [optional]
34
34
**similarity** | **Double** | Similarity coefficient depends on how homogeneous barcodes are. Use high value for for clear barcodes. Use low values to detect barcodes that ara partly damaged or not lighten evenly. Similarity coefficient must be between [0.5, 0.9] | [optional]
35
35
**skipDiagonalSearch** | **Boolean** | Allows detector to skip search for diagonal barcodes. Setting it to false will increase detection time but allow to find diagonal barcodes that can be missed otherwise. Enabling of diagonal search leads to a bigger detection time. | [optional]
36
+
**readTinyBarcodes** | **Boolean** | Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
36
37
**australianPostEncodingTable** | [**CustomerInformationInterpretingType**](CustomerInformationInterpretingType.md) | Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional]
0 commit comments