|
2 | 2 |
|
3 | 3 | """ |
4 | 4 |
|
5 | | - Copyright (c) 2021 Aspose.BarCode for Cloud |
| 5 | + Copyright (c) 2022 Aspose.BarCode for Cloud |
6 | 6 |
|
7 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy |
8 | 8 | of this software and associated documentation files (the "Software"), to deal |
@@ -482,7 +482,7 @@ def get_barcode_recognize( |
482 | 482 | :param bool skip_diagonal_search: 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. # noqa: E501 |
483 | 483 | :param bool read_tiny_barcodes: Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. # noqa: E501 |
484 | 484 | :param str australian_post_encoding_table: Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. # noqa: E501 |
485 | | - :param bool ignore_ending_filling_patterns_for_c_table: 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 sequnce \"333\" of filling paterns is decoded as letter \"z\". # noqa: E501 |
| 485 | + :param bool ignore_ending_filling_patterns_for_c_table: 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 sequnce \"333\" of filling paterns is decoded as letter \"z\". # noqa: E501 |
486 | 486 | :param str rectangle_region: # noqa: E501 |
487 | 487 | :param str storage: The image storage. # noqa: E501 |
488 | 488 | :param str folder: The image folder. # noqa: E501 |
@@ -850,7 +850,7 @@ def post_barcode_recognize_from_url_or_content( |
850 | 850 | :param bool skip_diagonal_search: 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. # noqa: E501 |
851 | 851 | :param bool read_tiny_barcodes: Allows engine to recognize tiny barcodes on large images. Ignored if AllowIncorrectBarcodes is set to True. Default value: False. # noqa: E501 |
852 | 852 | :param str australian_post_encoding_table: Interpreting Type for the Customer Information of AustralianPost BarCode.Default is CustomerInformationInterpretingType.Other. # noqa: E501 |
853 | | - :param bool ignore_ending_filling_patterns_for_c_table: 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 sequnce \"333\" of filling paterns is decoded as letter \"z\". # noqa: E501 |
| 853 | + :param bool ignore_ending_filling_patterns_for_c_table: 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 sequnce \"333\" of filling paterns is decoded as letter \"z\". # noqa: E501 |
854 | 854 | :param str rectangle_region: # noqa: E501 |
855 | 855 | :param str url: The image file url. # noqa: E501 |
856 | 856 | :param file image: Image data # noqa: E501 |
@@ -1108,7 +1108,7 @@ def post_barcode_recognize_from_url_or_content_with_http_info(self, **kwargs): |
1108 | 1108 |
|
1109 | 1109 | # HTTP header "Content-Type" |
1110 | 1110 | header_params["Content-Type"] = self.api_client.select_header_content_type( |
1111 | | - ["multipart/form-data", "application/octet-stream"] |
| 1111 | + ["multipart/form-data", "application/x-www-form-urlencoded", "application/octet-stream"] |
1112 | 1112 | ) |
1113 | 1113 |
|
1114 | 1114 | # Authentication setting |
@@ -1589,7 +1589,7 @@ def put_barcode_generate_file_with_http_info(self, name, type, text, **kwargs): |
1589 | 1589 |
|
1590 | 1590 | # HTTP header "Content-Type" |
1591 | 1591 | header_params["Content-Type"] = self.api_client.select_header_content_type( |
1592 | | - ["application/json", "application/xml", "multipart/form-data"] |
| 1592 | + ["multipart/form-data", "application/x-www-form-urlencoded", "application/json", "application/xml"] |
1593 | 1593 | ) |
1594 | 1594 |
|
1595 | 1595 | # Authentication setting |
|
0 commit comments