Skip to content

Commit c09868b

Browse files
authored
Update 20.10 (#6)
1 parent ac3f3ad commit c09868b

21 files changed

Lines changed: 450 additions & 46 deletions

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Aspose.BarCode Cloud SDK for Java
22

33
- API version: 3.0
4-
- SDK version: 20.8.0
4+
- SDK version: 20.10.0
55

66
[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.
77

@@ -56,7 +56,7 @@ Add this dependency to your project's POM:
5656
<dependency>
5757
<groupId>com.aspose</groupId>
5858
<artifactId>aspose-barcode-cloud</artifactId>
59-
<version>20.8.0</version>
59+
<version>20.10.0</version>
6060
<scope>compile</scope>
6161
</dependency>
6262
```
@@ -71,7 +71,7 @@ mvn clean package
7171

7272
Then manually install the following JARs:
7373

74-
- `target/aspose-barcode-cloud-20.8.0.jar`
74+
- `target/aspose-barcode-cloud-20.10.0.jar`
7575
- `target/lib/*.jar`
7676

7777
## Getting Started
@@ -117,7 +117,7 @@ All Aspose.BarCode for Cloud SDKs, helper scripts and templates are licensed und
117117

118118
- [**Website**](https://www.aspose.cloud)
119119
- [**Product Home**](https://products.aspose.cloud/barcode/cloud)
120-
- [**Documentation**](https://docs.aspose.cloud/display/barcodecloud/Home)
120+
- [**Documentation**](https://docs.aspose.cloud/barcode/)
121121
- [**Free Support Forum**](https://forum.aspose.cloud/c/barcode)
122122
- [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
123123
- [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose-barcode-product-family/)
@@ -152,12 +152,13 @@ Class | Method | HTTP request | Description
152152

153153
## Documentation for Models
154154

155+
- [ApiError](docs/ApiError.md)
156+
- [ApiErrorResponse](docs/ApiErrorResponse.md)
155157
- [AustralianPostParams](docs/AustralianPostParams.md)
156158
- [AutoSizeMode](docs/AutoSizeMode.md)
157159
- [AvailableGraphicsUnit](docs/AvailableGraphicsUnit.md)
158160
- [AztecParams](docs/AztecParams.md)
159161
- [AztecSymbolMode](docs/AztecSymbolMode.md)
160-
- [BarCodeErrorResponse](docs/BarCodeErrorResponse.md)
161162
- [BarcodeResponse](docs/BarcodeResponse.md)
162163
- [BarcodeResponseList](docs/BarcodeResponseList.md)
163164
- [BorderDashStyle](docs/BorderDashStyle.md)

docs/ApiError.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# ApiError
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**code** | **String** | | [optional]
8+
**message** | **String** | | [optional]
9+
**description** | **String** | | [optional]
10+
**dateTime** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional]
11+
**innerError** | [**ApiError**](ApiError.md) | | [optional]
12+
13+
14+

docs/ApiErrorResponse.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# ApiErrorResponse
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**requestId** | **String** | | [optional]
8+
**error** | [**ApiError**](ApiError.md) | | [optional]
9+
10+
11+

docs/BarCodeErrorResponse.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/BarcodeApi.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Method | HTTP request | Description
1414

1515
## getBarcodeGenerate
1616

17-
> File getBarcodeGenerate(type, text, twoDDisplayText, textLocation, textAlignment, textColor, fontSizeMode, resolution, resolutionX, resolutionY, dimensionX, textSpace, units, sizeMode, barHeight, imageHeight, imageWidth, rotationAngle, backColor, barColor, borderColor, borderWidth, borderDashStyle, borderVisible, enableChecksum, enableEscape, filledBars, alwaysShowChecksum, wideNarrowRatio, validateText, supplementData, supplementSpace, format)
17+
> File getBarcodeGenerate(type, text, twoDDisplayText, textLocation, textAlignment, textColor, fontSizeMode, resolution, resolutionX, resolutionY, dimensionX, textSpace, units, sizeMode, barHeight, imageHeight, imageWidth, rotationAngle, backColor, barColor, borderColor, borderWidth, borderDashStyle, borderVisible, enableChecksum, enableEscape, filledBars, alwaysShowChecksum, wideNarrowRatio, validateText, supplementData, supplementSpace, barWidthReduction, format)
1818
1919
Generate barcode.
2020

@@ -87,6 +87,7 @@ Name | Type | Description | Notes
8787
**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&#39;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]
8888
**supplementData** | **String**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
8989
**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]
9091
**format** | **String**| Result image format. | [optional]
9192

9293
### getBarcodeGenerate return type
@@ -95,7 +96,7 @@ Name | Type | Description | Notes
9596

9697
## getBarcodeRecognize
9798

98-
> BarcodeResponseList getBarcodeRecognize(name, type, checksumValidation, detectEncoding, preset, rectX, rectY, rectWidth, rectHeight, stripFNC, timeout, medianSmoothingWindowSize, allowMedianSmoothing, allowComplexBackground, allowDatamatrixIndustrialBarcodes, allowDecreasedImage, allowDetectScanGap, allowIncorrectBarcodes, allowInvertImage, allowMicroWhiteSpotsRemoving, allowOneDFastBarcodesDetector, allowOneDWipedBarsRestoration, allowQRMicroQrRestoration, allowRegularImage, allowSaltAndPepperFiltering, allowWhiteSpotsRemoving, regionLikelihoodThresholdPercent, scanWindowSizes, similarity, skipDiagonalSearch, australianPostEncodingTable, rectangleRegion, storage, folder)
99+
> BarcodeResponseList getBarcodeRecognize(name, type, checksumValidation, detectEncoding, preset, rectX, rectY, rectWidth, rectHeight, stripFNC, timeout, medianSmoothingWindowSize, allowMedianSmoothing, allowComplexBackground, allowDatamatrixIndustrialBarcodes, allowDecreasedImage, allowDetectScanGap, allowIncorrectBarcodes, allowInvertImage, allowMicroWhiteSpotsRemoving, allowOneDFastBarcodesDetector, allowOneDWipedBarsRestoration, allowQRMicroQrRestoration, allowRegularImage, allowSaltAndPepperFiltering, allowWhiteSpotsRemoving, regionLikelihoodThresholdPercent, scanWindowSizes, similarity, skipDiagonalSearch, readTinyBarcodes, australianPostEncodingTable, rectangleRegion, storage, folder)
99100
100101
Recognize barcode from a file on server.
101102

@@ -165,6 +166,7 @@ Name | Type | Description | Notes
165166
**scanWindowSizes** | **List&lt;Integer&gt;**| 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]
166167
**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]
167168
**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]
168170
**australianPostEncodingTable** | **String**| Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional] [enum: CTable, NTable, Other]
169171
**rectangleRegion** | **String**| | [optional]
170172
**storage** | **String**| The image storage. | [optional]
@@ -176,7 +178,7 @@ Name | Type | Description | Notes
176178

177179
## postBarcodeRecognizeFromUrlOrContent
178180

179-
> BarcodeResponseList postBarcodeRecognizeFromUrlOrContent(type, checksumValidation, detectEncoding, preset, rectX, rectY, rectWidth, rectHeight, stripFNC, timeout, medianSmoothingWindowSize, allowMedianSmoothing, allowComplexBackground, allowDatamatrixIndustrialBarcodes, allowDecreasedImage, allowDetectScanGap, allowIncorrectBarcodes, allowInvertImage, allowMicroWhiteSpotsRemoving, allowOneDFastBarcodesDetector, allowOneDWipedBarsRestoration, allowQRMicroQrRestoration, allowRegularImage, allowSaltAndPepperFiltering, allowWhiteSpotsRemoving, regionLikelihoodThresholdPercent, scanWindowSizes, similarity, skipDiagonalSearch, australianPostEncodingTable, rectangleRegion, url, image)
181+
> BarcodeResponseList postBarcodeRecognizeFromUrlOrContent(type, checksumValidation, detectEncoding, preset, rectX, rectY, rectWidth, rectHeight, stripFNC, timeout, medianSmoothingWindowSize, allowMedianSmoothing, allowComplexBackground, allowDatamatrixIndustrialBarcodes, allowDecreasedImage, allowDetectScanGap, allowIncorrectBarcodes, allowInvertImage, allowMicroWhiteSpotsRemoving, allowOneDFastBarcodesDetector, allowOneDWipedBarsRestoration, allowQRMicroQrRestoration, allowRegularImage, allowSaltAndPepperFiltering, allowWhiteSpotsRemoving, regionLikelihoodThresholdPercent, scanWindowSizes, similarity, skipDiagonalSearch, readTinyBarcodes, australianPostEncodingTable, rectangleRegion, url, image)
180182
181183
Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image or encoded with base64.
182184

@@ -244,6 +246,7 @@ Name | Type | Description | Notes
244246
**scanWindowSizes** | **List&lt;Integer&gt;**| 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]
245247
**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]
246248
**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]
247250
**australianPostEncodingTable** | **String**| Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional] [enum: CTable, NTable, Other]
248251
**rectangleRegion** | **String**| | [optional]
249252
**url** | **String**| The image file url. | [optional]
@@ -304,7 +307,7 @@ Name | Type | Description | Notes
304307

305308
## putBarcodeGenerateFile
306309

307-
> ResultImageInfo putBarcodeGenerateFile(name, type, text, twoDDisplayText, textLocation, textAlignment, textColor, fontSizeMode, resolution, resolutionX, resolutionY, dimensionX, textSpace, units, sizeMode, barHeight, imageHeight, imageWidth, rotationAngle, backColor, barColor, borderColor, borderWidth, borderDashStyle, borderVisible, enableChecksum, enableEscape, filledBars, alwaysShowChecksum, wideNarrowRatio, validateText, supplementData, supplementSpace, storage, folder, format)
310+
> ResultImageInfo putBarcodeGenerateFile(name, type, text, twoDDisplayText, textLocation, textAlignment, textColor, fontSizeMode, resolution, resolutionX, resolutionY, dimensionX, textSpace, units, sizeMode, barHeight, imageHeight, imageWidth, rotationAngle, backColor, barColor, borderColor, borderWidth, borderDashStyle, borderVisible, enableChecksum, enableEscape, filledBars, alwaysShowChecksum, wideNarrowRatio, validateText, supplementData, supplementSpace, barWidthReduction, storage, folder, format)
308311
309312
Generate barcode and save on server (from query params or from file with json or xml content)
310313

@@ -379,6 +382,7 @@ Name | Type | Description | Notes
379382
**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&#39;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]
380383
**supplementData** | **String**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
381384
**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]
382386
**storage** | **String**| Image&#39;s storage. | [optional]
383387
**folder** | **String**| Image&#39;s folder. | [optional]
384388
**format** | **String**| The image format. | [optional]

docs/ECIEncodings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
## Enum
55

66

7+
* `NONE` (value: `"NONE"`)
8+
79
* `ISO_8859_1` (value: `"ISO_8859_1"`)
810

911
* `ISO_8859_2` (value: `"ISO_8859_2"`)

docs/GeneratorParams.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Name | Type | Description | Notes
4040
**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&#39;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]
4141
**supplementData** | **String** | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
4242
**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]
4344
**australianPost** | [**AustralianPostParams**](AustralianPostParams.md) | AustralianPost params. | [optional]
4445
**aztec** | [**AztecParams**](AztecParams.md) | Aztec params. | [optional]
4546
**codabar** | [**CodabarParams**](CodabarParams.md) | Codabar params. | [optional]

docs/Pdf417Params.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Name | Type | Description | Notes
1414
**macroSegmentsCount** | **Integer** | Macro Pdf417 barcode segments count. | [optional]
1515
**rows** | **Integer** | Rows count. | [optional]
1616
**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]
1719

1820

1921

docs/ReaderParams.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Name | Type | Description | Notes
3333
**scanWindowSizes** | **List&lt;Integer&gt;** | 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]
3434
**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]
3535
**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]
3637
**australianPostEncodingTable** | [**CustomerInformationInterpretingType**](CustomerInformationInterpretingType.md) | Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional]
3738

3839

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>aspose-barcode-cloud</artifactId>
66
<packaging>jar</packaging>
77
<name>aspose-barcode-cloud</name>
8-
<version>20.8.0</version>
8+
<version>20.10.0</version>
99
<url>https://www.aspose.cloud/</url>
1010
<description>Aspose.BarCode Cloud SDK for Java</description>
1111
<scm>

0 commit comments

Comments
 (0)