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: aspose_barcode_cloud/api/barcode_api.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -466,7 +466,7 @@ def get_barcode_recognize(
466
466
:param int rect_width: Set Width of area for recognition. # noqa: E501
467
467
:param int rect_height: Set Height of area for recognition. # noqa: E501
468
468
:param bool strip_fnc: Value indicating whether FNC symbol strip must be done. # noqa: E501
469
-
:param int timeout: Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 60_000 (1 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. # noqa: E501
469
+
:param int timeout: Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. # noqa: E501
470
470
:param int median_smoothing_window_size: Window size for median smoothing. Typical values are 3 or 4. Default value is 3. AllowMedianSmoothing must be set. # noqa: E501
471
471
:param bool allow_median_smoothing: Allows engine to enable median smoothing as additional scan. Mode helps to recognize noised barcodes. # noqa: E501
472
472
:param bool allow_complex_background: Allows engine to recognize color barcodes on color background as additional scan. Extremely slow mode. # noqa: E501
:param int rect_width: Set Width of area for recognition. # noqa: E501
835
835
:param int rect_height: Set Height of area for recognition. # noqa: E501
836
836
:param bool strip_fnc: Value indicating whether FNC symbol strip must be done. # noqa: E501
837
-
:param int timeout: Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 60_000 (1 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. # noqa: E501
837
+
:param int timeout: Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. # noqa: E501
838
838
:param int median_smoothing_window_size: Window size for median smoothing. Typical values are 3 or 4. Default value is 3. AllowMedianSmoothing must be set. # noqa: E501
839
839
:param bool allow_median_smoothing: Allows engine to enable median smoothing as additional scan. Mode helps to recognize noised barcodes. # noqa: E501
840
840
:param bool allow_complex_background: Allows engine to recognize color barcodes on color background as additional scan. Extremely slow mode. # noqa: E501
"""Gets the code128_emulation of this Pdf417Params. # noqa: E501
632
650
633
-
Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes. # noqa: E501
651
+
DEPRECATED: This property is obsolete and will be removed in future releases. See samples of using new parameters on https://releases.aspose.com/barcode/net/release-notes/2023/aspose-barcode-for-net-23-10-release-notes/ Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes. # noqa: E501
634
652
635
653
:return: The code128_emulation of this Pdf417Params. # noqa: E501
"""Sets the code128_emulation of this Pdf417Params.
643
661
644
-
Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes. # noqa: E501
662
+
DEPRECATED: This property is obsolete and will be removed in future releases. See samples of using new parameters on https://releases.aspose.com/barcode/net/release-notes/2023/aspose-barcode-for-net-23-10-release-notes/ Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes. # noqa: E501
645
663
646
664
:param code128_emulation: The code128_emulation of this Pdf417Params. # noqa: E501
647
665
:type: Code128Emulation
648
666
"""
667
+
warnings.warn(
668
+
"Property 'code128_emulation' is deprecated. This property is obsolete and will be removed in future releases. See samples of using new parameters on https://releases.aspose.com/barcode/net/release-notes/2023/aspose-barcode-for-net-23-10-release-notes/ Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes.", # noqa: E501
669
+
category=DeprecationWarning,
670
+
)
649
671
650
672
self._code128_emulation=code128_emulation
651
673
674
+
@property
675
+
defis_code128_emulation(self):
676
+
"""Gets the is_code128_emulation of this Pdf417Params. # noqa: E501
677
+
678
+
Can be used only with MicroPdf417 and encodes Code 128 emulation modes. Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. # noqa: E501
679
+
680
+
:return: The is_code128_emulation of this Pdf417Params. # noqa: E501
"""Sets the is_code128_emulation of this Pdf417Params.
688
+
689
+
Can be used only with MicroPdf417 and encodes Code 128 emulation modes. Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. # noqa: E501
690
+
691
+
:param is_code128_emulation: The is_code128_emulation of this Pdf417Params. # noqa: E501
692
+
:type: bool
693
+
"""
694
+
695
+
self._is_code128_emulation=is_code128_emulation
696
+
652
697
@property
653
698
defpdf417_macro_terminator(self):
654
699
"""Gets the pdf417_macro_terminator of this Pdf417Params. # noqa: E501
"""Gets the is_linked of this Pdf417Params. # noqa: E501
723
+
724
+
Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes. With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes. With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. # noqa: E501
725
+
726
+
:return: The is_linked of this Pdf417Params. # noqa: E501
727
+
:rtype: bool
728
+
"""
729
+
returnself._is_linked
730
+
731
+
@is_linked.setter
732
+
defis_linked(self, is_linked):
733
+
"""Sets the is_linked of this Pdf417Params.
734
+
735
+
Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes. With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes. With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. # noqa: E501
736
+
737
+
:param is_linked: The is_linked of this Pdf417Params. # noqa: E501
738
+
:type: bool
739
+
"""
740
+
741
+
self._is_linked=is_linked
742
+
743
+
@property
744
+
defmacro_characters(self):
745
+
"""Gets the macro_characters of this Pdf417Params. # noqa: E501
746
+
747
+
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes. Default value: MacroCharacters.None. # noqa: E501
748
+
749
+
:return: The macro_characters of this Pdf417Params. # noqa: E501
750
+
:rtype: MacroCharacter
751
+
"""
752
+
returnself._macro_characters
753
+
754
+
@macro_characters.setter
755
+
defmacro_characters(self, macro_characters):
756
+
"""Sets the macro_characters of this Pdf417Params.
757
+
758
+
Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes. Default value: MacroCharacters.None. # noqa: E501
759
+
760
+
:param macro_characters: The macro_characters of this Pdf417Params. # noqa: E501
"""Gets the timeout of this ReaderParams. # noqa: E501
482
482
483
-
Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 60_000 (1 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. # noqa: E501
483
+
Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. # noqa: E501
484
484
485
485
:return: The timeout of this ReaderParams. # noqa: E501
486
486
:rtype: int
@@ -491,7 +491,7 @@ def timeout(self):
491
491
deftimeout(self, timeout):
492
492
"""Sets the timeout of this ReaderParams.
493
493
494
-
Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 60_000 (1 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. # noqa: E501
494
+
Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. # noqa: E501
495
495
496
496
:param timeout: The timeout of this ReaderParams. # noqa: E501
Copy file name to clipboardExpand all lines: docs/BarcodeApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ rect_y = 56 # int | Set Y of top left corner of area for recognition. (optional)
160
160
rect_width =56# int | Set Width of area for recognition. (optional)
161
161
rect_height =56# int | Set Height of area for recognition. (optional)
162
162
strip_fnc =True# bool | Value indicating whether FNC symbol strip must be done. (optional)
163
-
timeout =56# int | Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 60_000 (1 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. (optional)
163
+
timeout =56# int | Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. (optional)
164
164
median_smoothing_window_size =56# int | Window size for median smoothing. Typical values are 3 or 4. Default value is 3. AllowMedianSmoothing must be set. (optional)
165
165
allow_median_smoothing =True# bool | Allows engine to enable median smoothing as additional scan. Mode helps to recognize noised barcodes. (optional)
166
166
allow_complex_background =True# bool | Allows engine to recognize color barcodes on color background as additional scan. Extremely slow mode. (optional)
@@ -211,7 +211,7 @@ Name | Type | Description | Notes
211
211
**rect_width** | **int**| Set Width of area for recognition. | [optional]
212
212
**rect_height** | **int**| Set Height of area for recognition. | [optional]
213
213
**strip_fnc** | **bool**| Value indicating whether FNC symbol strip must be done. | [optional]
214
-
**timeout** | **int**| Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 60_000 (1 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. | [optional]
214
+
**timeout** | **int**| Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. | [optional]
215
215
**median_smoothing_window_size** | **int**| Window size for median smoothing. Typical values are 3 or 4. Default value is 3. AllowMedianSmoothing must be set. | [optional]
216
216
**allow_median_smoothing** | **bool**| Allows engine to enable median smoothing as additional scan. Mode helps to recognize noised barcodes. | [optional]
217
217
**allow_complex_background** | **bool**| Allows engine to recognize color barcodes on color background as additional scan. Extremely slow mode. | [optional]
@@ -282,7 +282,7 @@ rect_y = 56 # int | Set Y of top left corner of area for recognition. (optional)
282
282
rect_width =56# int | Set Width of area for recognition. (optional)
283
283
rect_height =56# int | Set Height of area for recognition. (optional)
284
284
strip_fnc =True# bool | Value indicating whether FNC symbol strip must be done. (optional)
285
-
timeout =56# int | Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 60_000 (1 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. (optional)
285
+
timeout =56# int | Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. (optional)
286
286
median_smoothing_window_size =56# int | Window size for median smoothing. Typical values are 3 or 4. Default value is 3. AllowMedianSmoothing must be set. (optional)
287
287
allow_median_smoothing =True# bool | Allows engine to enable median smoothing as additional scan. Mode helps to recognize noised barcodes. (optional)
288
288
allow_complex_background =True# bool | Allows engine to recognize color barcodes on color background as additional scan. Extremely slow mode. (optional)
@@ -332,7 +332,7 @@ Name | Type | Description | Notes
332
332
**rect_width** | **int**| Set Width of area for recognition. | [optional]
333
333
**rect_height** | **int**| Set Height of area for recognition. | [optional]
334
334
**strip_fnc** | **bool**| Value indicating whether FNC symbol strip must be done. | [optional]
335
-
**timeout** | **int**| Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 60_000 (1 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. | [optional]
335
+
**timeout** | **int**| Timeout of recognition process in milliseconds. Default value is 15_000 (15 seconds). Maximum value is 30_000 (1/2 minute). In case of a timeout RequestTimeout (408) status will be returned. Try reducing the image size to avoid timeout. | [optional]
336
336
**median_smoothing_window_size** | **int**| Window size for median smoothing. Typical values are 3 or 4. Default value is 3. AllowMedianSmoothing must be set. | [optional]
337
337
**allow_median_smoothing** | **bool**| Allows engine to enable median smoothing as additional scan. Mode helps to recognize noised barcodes. | [optional]
338
338
**allow_complex_background** | **bool**| Allows engine to recognize color barcodes on color background as additional scan. Extremely slow mode. | [optional]
Copy file name to clipboardExpand all lines: docs/Code128Emulation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Code128Emulation
2
2
3
-
3
+
DEPRECATED. This enum will be removed in future releases Function codewords for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes.
0 commit comments