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
@@ -89,6 +89,7 @@ Name | Type | Description | Notes
89
89
**supplementData** | **String**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
90
90
**supplementSpace** | **Double**| Space between main the BarCode and supplement BarCode. | [optional]
91
91
**barWidthReduction** | **Double**| Bars reduction value that is used to compensate ink spread while printing. | [optional]
92
+
**useAntiAlias** | **Boolean**| Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing. | [optional]
92
93
**format** | **String**| Result image format. | [optional]
93
94
94
95
### getBarcodeGenerate return type
@@ -97,7 +98,7 @@ Name | Type | Description | Notes
@@ -142,8 +143,8 @@ Name | Type | Description | Notes
142
143
**checksumValidation** | **String**| 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][enum: Default, On, Off]
143
144
**detectEncoding** | **Boolean**| A flag which force engine to detect codetext encoding for Unicode. | [optional]
144
145
**preset** | **String**| 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][enum: HighPerformance, NormalQuality, HighQualityDetection, MaxQualityDetection, HighQuality, MaxBarCodes]
145
-
**rectX** | **Integer**| Set X for area for recognition. | [optional]
146
-
**rectY** | **Integer**| Set Y for area for recognition. | [optional]
146
+
**rectX** | **Integer**| Set X of top left corner of area for recognition. | [optional]
147
+
**rectY** | **Integer**| Set Y of top left corner of area for recognition. | [optional]
147
148
**rectWidth** | **Integer**| Set Width of area for recognition. | [optional]
148
149
**rectHeight** | **Integer**| Set Height of area for recognition. | [optional]
149
150
**stripFNC** | **Boolean**| Value indicating whether FNC symbol strip must be done. | [optional]
@@ -172,7 +173,6 @@ Name | Type | Description | Notes
172
173
**readTinyBarcodes** | **Boolean**| Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
173
174
**australianPostEncodingTable** | **String**| Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional][enum: CTable, NTable, Other]
174
175
**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]
175
-
**rectangleRegion** | **String**| | [optional]
176
176
**storage** | **String**| The image storage. | [optional]
177
177
**folder** | **String**| The image folder. | [optional]
178
178
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image with content-type \"application/octet-stream\". An image can also be passed as a form field.
188
188
@@ -225,8 +225,8 @@ Name | Type | Description | Notes
225
225
**checksumValidation** | **String**| 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][enum: Default, On, Off]
226
226
**detectEncoding** | **Boolean**| A flag which force engine to detect codetext encoding for Unicode. | [optional]
227
227
**preset** | **String**| 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][enum: HighPerformance, NormalQuality, HighQualityDetection, MaxQualityDetection, HighQuality, MaxBarCodes]
228
-
**rectX** | **Integer**| Set X for area for recognition. | [optional]
229
-
**rectY** | **Integer**| Set Y for area for recognition. | [optional]
228
+
**rectX** | **Integer**| Set X of top left corner of area for recognition. | [optional]
229
+
**rectY** | **Integer**| Set Y of top left corner of area for recognition. | [optional]
230
230
**rectWidth** | **Integer**| Set Width of area for recognition. | [optional]
231
231
**rectHeight** | **Integer**| Set Height of area for recognition. | [optional]
232
232
**stripFNC** | **Boolean**| Value indicating whether FNC symbol strip must be done. | [optional]
@@ -255,7 +255,6 @@ Name | Type | Description | Notes
255
255
**readTinyBarcodes** | **Boolean**| Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. | [optional]
256
256
**australianPostEncodingTable** | **String**| Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. | [optional][enum: CTable, NTable, Other]
257
257
**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]
258
-
**rectangleRegion** | **String**| | [optional]
259
258
**url** | **String**| The image file url. | [optional]
260
259
**image** | **File**| Image data | [optional]
261
260
@@ -314,7 +313,7 @@ Name | Type | Description | Notes
Generate barcode and save on server (from query params or from file with json or xml content)
320
319
@@ -391,6 +390,7 @@ Name | Type | Description | Notes
391
390
**supplementData** | **String**| Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
392
391
**supplementSpace** | **Double**| Space between main the BarCode and supplement BarCode. | [optional]
393
392
**barWidthReduction** | **Double**| Bars reduction value that is used to compensate ink spread while printing. | [optional]
393
+
**useAntiAlias** | **Boolean**| Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing. | [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
@@ -42,6 +42,7 @@ Name | Type | Description | Notes
42
42
**supplementData** | **String** | Supplement parameters. Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN. | [optional]
43
43
**supplementSpace** | **Double** | Space between main the BarCode and supplement BarCode. | [optional]
44
44
**barWidthReduction** | **Double** | Bars reduction value that is used to compensate ink spread while printing. | [optional]
45
+
**useAntiAlias** | **Boolean** | Indicates whether is used anti-aliasing mode to render image. Anti-aliasing mode is applied to barcode and text drawing. | [optional]
Copy file name to clipboardExpand all lines: docs/ReaderParams.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
8
8
**checksumValidation** | [**ChecksumValidation**](ChecksumValidation.md) | 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]
9
9
**detectEncoding** | **Boolean** | A flag which force engine to detect codetext encoding for Unicode. | [optional]
10
10
**preset** | [**PresetType**](PresetType.md) | 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]
11
-
**rectX** | **Integer** | Set X for area for recognition. | [optional]
12
-
**rectY** | **Integer** | Set Y for area for recognition. | [optional]
11
+
**rectX** | **Integer** | Set X of top left corner of area for recognition. | [optional]
12
+
**rectY** | **Integer** | Set Y of top left corner of area for recognition. | [optional]
13
13
**rectWidth** | **Integer** | Set Width of area for recognition. | [optional]
14
14
**rectHeight** | **Integer** | Set Height of area for recognition. | [optional]
15
15
**stripFNC** | **Boolean** | Value indicating whether FNC symbol strip must be done. | [optional]
0 commit comments