Skip to content

Commit 28c620c

Browse files
authored
Release 23.4 (#64)
* Add useAntiAlias generate parameter * Remove useless rectangleRegion recognize parameter
1 parent aab3672 commit 28c620c

7 files changed

Lines changed: 12747 additions & 16361 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm](https://img.shields.io/npm/v/aspose-barcode-cloud-node)](https://www.npmjs.com/package/aspose-barcode-cloud-node)
66

77
+ API version: 3.0
8-
+ Package version: 23.3.1
8+
+ Package version: 23.4.0
99

1010
## Demo applications
1111

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Name | Type | Description | Notes
4848
**supplementData** | **string**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
4949
**supplementSpace** | **number**| Space between main the BarCode and supplement BarCode. | [optional]
5050
**barWidthReduction** | **number**| Bars reduction value that is used to compensate ink spread while printing. | [optional]
51+
**useAntiAlias** | **boolean**| Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing. | [optional]
5152
**format** | **string**| Result image format. | [optional]
5253

5354
#### BarcodeApi.getBarcodeGenerate return type
@@ -73,8 +74,8 @@ Name | Type | Description | Notes
7374
**checksumValidation** | 'Default', 'On', 'Off' | Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | [optional]
7475
**detectEncoding** | **boolean**| A flag which force engine to detect codetext encoding for Unicode. | [optional]
7576
**preset** | 'HighPerformance', 'NormalQuality', 'HighQualityDetection', 'MaxQualityDetection', 'HighQuality', 'MaxBarCodes' | Preset allows to configure recognition quality and speed manually. You can quickly set up Preset by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of Preset is NormalQuality. | [optional]
76-
**rectX** | **number**| Set X for area for recognition. | [optional]
77-
**rectY** | **number**| Set Y for area for recognition. | [optional]
77+
**rectX** | **number**| Set X of top left corner of area for recognition. | [optional]
78+
**rectY** | **number**| Set Y of top left corner of area for recognition. | [optional]
7879
**rectWidth** | **number**| Set Width of area for recognition. | [optional]
7980
**rectHeight** | **number**| Set Height of area for recognition. | [optional]
8081
**stripFNC** | **boolean**| Value indicating whether FNC symbol strip must be done. | [optional]
@@ -103,7 +104,6 @@ Name | Type | Description | Notes
103104
**readTinyBarcodes** | **boolean**| Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
104105
**australianPostEncodingTable** | 'CTable', 'NTable', 'Other' | Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional]
105106
**ignoreEndingFillingPatternsForCTable** | **boolean**| The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequence \"333\" of filling patterns is decoded as letter \"z\". | [optional]
106-
**rectangleRegion** | **string**| | [optional]
107107
**storage** | **string**| The image storage. | [optional]
108108
**folder** | **string**| The image folder. | [optional]
109109

@@ -129,8 +129,8 @@ Name | Type | Description | Notes
129129
**checksumValidation** | 'Default', 'On', 'Off' | Enable checksum validation during recognition for 1D barcodes. Default is treated as Yes for symbologies which must contain checksum, as No where checksum only possible. Checksum never used: Codabar Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN Checksum always used: Rest symbologies | [optional]
130130
**detectEncoding** | **boolean**| A flag which force engine to detect codetext encoding for Unicode. | [optional]
131131
**preset** | 'HighPerformance', 'NormalQuality', 'HighQualityDetection', 'MaxQualityDetection', 'HighQuality', 'MaxBarCodes' | Preset allows to configure recognition quality and speed manually. You can quickly set up Preset by embedded presets: HighPerformance, NormalQuality, HighQuality, MaxBarCodes or you can manually configure separate options. Default value of Preset is NormalQuality. | [optional]
132-
**rectX** | **number**| Set X for area for recognition. | [optional]
133-
**rectY** | **number**| Set Y for area for recognition. | [optional]
132+
**rectX** | **number**| Set X of top left corner of area for recognition. | [optional]
133+
**rectY** | **number**| Set Y of top left corner of area for recognition. | [optional]
134134
**rectWidth** | **number**| Set Width of area for recognition. | [optional]
135135
**rectHeight** | **number**| Set Height of area for recognition. | [optional]
136136
**stripFNC** | **boolean**| Value indicating whether FNC symbol strip must be done. | [optional]
@@ -159,7 +159,6 @@ Name | Type | Description | Notes
159159
**readTinyBarcodes** | **boolean**| Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
160160
**australianPostEncodingTable** | 'CTable', 'NTable', 'Other' | Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional]
161161
**ignoreEndingFillingPatternsForCTable** | **boolean**| The flag which force AustraliaPost decoder to ignore last filling patterns in Customer Information Field during decoding as CTable method. CTable encoding method does not have any gaps in encoding table and sequence \"333\" of filling patterns is decoded as letter \"z\". | [optional]
162-
**rectangleRegion** | **string**| | [optional]
163162
**url** | **string**| The image file url. | [optional]
164163
**image** | **Buffer**| Image data | [optional]
165164

@@ -237,6 +236,7 @@ Name | Type | Description | Notes
237236
**supplementData** | **string**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
238237
**supplementSpace** | **number**| Space between main the BarCode and supplement BarCode. | [optional]
239238
**barWidthReduction** | **number**| Bars reduction value that is used to compensate ink spread while printing. | [optional]
239+
**useAntiAlias** | **boolean**| Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing. | [optional]
240240
**storage** | **string**| Image's storage. | [optional]
241241
**folder** | **string**| Image's folder. | [optional]
242242
**format** | **string**| The image format. | [optional]

docs/models.md

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -779,22 +779,6 @@ interface ErrorDetails {
779779
}
780780
```
781781

782-
## FileVersion
783-
```ts
784-
interface FileVersion {
785-
786-
/**
787-
* File Version ID.
788-
*/
789-
versionId?: string;
790-
791-
/**
792-
* Specifies whether the file is (true) or is not (false) the latest version of an file.
793-
*/
794-
isLatest: boolean;
795-
}
796-
```
797-
798782
## FileVersions
799783

800784
File versions FileVersion.
@@ -1088,6 +1072,11 @@ interface GeneratorParams {
10881072
*/
10891073
barWidthReduction?: number;
10901074

1075+
/**
1076+
* Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing.
1077+
*/
1078+
useAntiAlias?: boolean;
1079+
10911080
/**
10921081
* AustralianPost params.
10931082
*/
@@ -1756,12 +1745,12 @@ interface ReaderParams {
17561745
preset?: PresetType;
17571746

17581747
/**
1759-
* Set X for area for recognition.
1748+
* Set X of top left corner of area for recognition.
17601749
*/
17611750
rectX?: number;
17621751

17631752
/**
1764-
* Set Y for area for recognition.
1753+
* Set Y of top left corner of area for recognition.
17651754
*/
17661755
rectY?: number;
17671756

@@ -2034,3 +2023,44 @@ enum TextAlignment {
20342023
}
20352024
```
20362025

2026+
## FileVersion
2027+
```ts
2028+
interface FileVersion {
2029+
2030+
/**
2031+
* File or folder name.
2032+
*/
2033+
name?: string;
2034+
2035+
/**
2036+
* True if it is a folder.
2037+
*/
2038+
isFolder: boolean;
2039+
2040+
/**
2041+
* File or folder last modified DateTime.
2042+
*/
2043+
modifiedDate?: Date;
2044+
2045+
/**
2046+
* File or folder size.
2047+
*/
2048+
size: number;
2049+
2050+
/**
2051+
* File or folder path.
2052+
*/
2053+
path?: string;
2054+
2055+
/**
2056+
* File Version ID.
2057+
*/
2058+
versionId?: string;
2059+
2060+
/**
2061+
* Specifies whether the file is (true) or is not (false) the latest version of an file.
2062+
*/
2063+
isLatest: boolean;
2064+
}
2065+
```
2066+

0 commit comments

Comments
 (0)