tencentcloud-sdk-python-ocr 3.0.1453__tar.gz → 3.0.1458__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/setup.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud/ocr/v20181119/models.py +33 -4
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud/ocr/v20181119/ocr_client.py +33 -16
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud_sdk_python_ocr.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ocr-3.0.1458/tencentcloud_sdk_python_ocr.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ocr-3.0.1453/tencentcloud_sdk_python_ocr.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/README.rst +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud/ocr/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud/ocr/v20181119/__init__.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud/ocr/v20181119/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud_sdk_python_ocr.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud_sdk_python_ocr.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ocr-3.0.1453 → tencentcloud-sdk-python-ocr-3.0.1458}/tencentcloud_sdk_python_ocr.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ocr',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1458,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ocr SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -8655,6 +8655,12 @@ CarInsurance -- 车辆保险单识别模板
|
|
|
8655
8655
|
MultiRealEstateCertificate -- 房产材料识别模板
|
|
8656
8656
|
MultiRealEstateMaterial -- 房产证明识别模板
|
|
8657
8657
|
HongKongUtilityBill -- 中国香港水电煤单识别模板
|
|
8658
|
+
OverseasCheques -- 海外支票
|
|
8659
|
+
RegistrationCertificate -- 备案证
|
|
8660
|
+
GridPhoto -- 电网系统照片
|
|
8661
|
+
SignaturePage -- 签署页
|
|
8662
|
+
|
|
8663
|
+
|
|
8658
8664
|
:type ConfigId: str
|
|
8659
8665
|
:param _EnableCoord: 是否开启全文字段坐标值的识别
|
|
8660
8666
|
:type EnableCoord: bool
|
|
@@ -8766,6 +8772,12 @@ CarInsurance -- 车辆保险单识别模板
|
|
|
8766
8772
|
MultiRealEstateCertificate -- 房产材料识别模板
|
|
8767
8773
|
MultiRealEstateMaterial -- 房产证明识别模板
|
|
8768
8774
|
HongKongUtilityBill -- 中国香港水电煤单识别模板
|
|
8775
|
+
OverseasCheques -- 海外支票
|
|
8776
|
+
RegistrationCertificate -- 备案证
|
|
8777
|
+
GridPhoto -- 电网系统照片
|
|
8778
|
+
SignaturePage -- 签署页
|
|
8779
|
+
|
|
8780
|
+
|
|
8769
8781
|
:rtype: str
|
|
8770
8782
|
"""
|
|
8771
8783
|
return self._ConfigId
|
|
@@ -10603,7 +10615,7 @@ class GeneralAccurateOCRRequest(AbstractModel):
|
|
|
10603
10615
|
:type ImageUrl: str
|
|
10604
10616
|
:param _IsWords: 是否返回单字信息,默认关
|
|
10605
10617
|
:type IsWords: bool
|
|
10606
|
-
:param _EnableDetectSplit:
|
|
10618
|
+
:param _EnableDetectSplit: 是否开启原图切图检测功能,开启后可提升“整图面积大,但单字符占比面积小”(例如:试卷)场景下的识别效果,默认关,注:仅ConfigID配置为OCR时支持。
|
|
10607
10619
|
:type EnableDetectSplit: bool
|
|
10608
10620
|
:param _IsPdf: 是否开启PDF识别,默认值为false,开启后可同时支持图片和PDF的识别。
|
|
10609
10621
|
:type IsPdf: bool
|
|
@@ -10611,7 +10623,7 @@ class GeneralAccurateOCRRequest(AbstractModel):
|
|
|
10611
10623
|
:type PdfPageNumber: int
|
|
10612
10624
|
:param _EnableDetectText: 文本检测开关,默认为true。设置为false可直接进行单行识别,适用于仅包含正向单行文本的图片场景。
|
|
10613
10625
|
:type EnableDetectText: bool
|
|
10614
|
-
:param _ConfigID: 配置ID支持: OCR -- 通用场景 MulOCR
|
|
10626
|
+
:param _ConfigID: 配置ID支持: OCR -- 通用场景 MulOCR--多语种场景,注:仅ConfigID配置为OCR时支持
|
|
10615
10627
|
:type ConfigID: str
|
|
10616
10628
|
"""
|
|
10617
10629
|
self._ImageBase64 = None
|
|
@@ -10658,7 +10670,7 @@ class GeneralAccurateOCRRequest(AbstractModel):
|
|
|
10658
10670
|
|
|
10659
10671
|
@property
|
|
10660
10672
|
def EnableDetectSplit(self):
|
|
10661
|
-
"""
|
|
10673
|
+
"""是否开启原图切图检测功能,开启后可提升“整图面积大,但单字符占比面积小”(例如:试卷)场景下的识别效果,默认关,注:仅ConfigID配置为OCR时支持。
|
|
10662
10674
|
:rtype: bool
|
|
10663
10675
|
"""
|
|
10664
10676
|
return self._EnableDetectSplit
|
|
@@ -10702,7 +10714,7 @@ class GeneralAccurateOCRRequest(AbstractModel):
|
|
|
10702
10714
|
|
|
10703
10715
|
@property
|
|
10704
10716
|
def ConfigID(self):
|
|
10705
|
-
"""配置ID支持: OCR -- 通用场景 MulOCR
|
|
10717
|
+
"""配置ID支持: OCR -- 通用场景 MulOCR--多语种场景,注:仅ConfigID配置为OCR时支持
|
|
10706
10718
|
:rtype: str
|
|
10707
10719
|
"""
|
|
10708
10720
|
return self._ConfigID
|
|
@@ -36737,9 +36749,13 @@ class Value(AbstractModel):
|
|
|
36737
36749
|
:param _Coord: 四点坐标
|
|
36738
36750
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
36739
36751
|
:type Coord: :class:`tencentcloud.ocr.v20181119.models.Polygon`
|
|
36752
|
+
:param _PageIndex: 页数
|
|
36753
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
36754
|
+
:type PageIndex: str
|
|
36740
36755
|
"""
|
|
36741
36756
|
self._AutoContent = None
|
|
36742
36757
|
self._Coord = None
|
|
36758
|
+
self._PageIndex = None
|
|
36743
36759
|
|
|
36744
36760
|
@property
|
|
36745
36761
|
def AutoContent(self):
|
|
@@ -36764,12 +36780,25 @@ class Value(AbstractModel):
|
|
|
36764
36780
|
def Coord(self, Coord):
|
|
36765
36781
|
self._Coord = Coord
|
|
36766
36782
|
|
|
36783
|
+
@property
|
|
36784
|
+
def PageIndex(self):
|
|
36785
|
+
"""页数
|
|
36786
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
36787
|
+
:rtype: str
|
|
36788
|
+
"""
|
|
36789
|
+
return self._PageIndex
|
|
36790
|
+
|
|
36791
|
+
@PageIndex.setter
|
|
36792
|
+
def PageIndex(self, PageIndex):
|
|
36793
|
+
self._PageIndex = PageIndex
|
|
36794
|
+
|
|
36767
36795
|
|
|
36768
36796
|
def _deserialize(self, params):
|
|
36769
36797
|
self._AutoContent = params.get("AutoContent")
|
|
36770
36798
|
if params.get("Coord") is not None:
|
|
36771
36799
|
self._Coord = Polygon()
|
|
36772
36800
|
self._Coord._deserialize(params.get("Coord"))
|
|
36801
|
+
self._PageIndex = params.get("PageIndex")
|
|
36773
36802
|
memeber_set = set(params.keys())
|
|
36774
36803
|
for name, value in vars(self).items():
|
|
36775
36804
|
property_name = name[1:]
|
|
@@ -154,7 +154,8 @@ class OcrClient(AbstractClient):
|
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
def BusInvoiceOCR(self, request):
|
|
157
|
-
"""
|
|
157
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
158
|
+
本接口支持识别公路汽车客票关键字段的识别,包括发票代码、发票号码、日期、票价、始发地、目的地、姓名、时间、发票消费类型、身份证号、省、市、开票日期、乘车地点、检票口、客票类型、车型、座位号、车次等。
|
|
158
159
|
|
|
159
160
|
默认接口请求频率限制:5次/秒。
|
|
160
161
|
|
|
@@ -311,7 +312,8 @@ class OcrClient(AbstractClient):
|
|
|
311
312
|
|
|
312
313
|
|
|
313
314
|
def DutyPaidProofOCR(self, request):
|
|
314
|
-
"""
|
|
315
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
316
|
+
本接口支持对完税证明的税号、纳税人识别号、纳税人名称、金额合计大写、金额合计小写、填发日期、税务机关、填票人等关键字段的识别。
|
|
315
317
|
|
|
316
318
|
默认接口请求频率限制:5次/秒。
|
|
317
319
|
|
|
@@ -515,7 +517,8 @@ class OcrClient(AbstractClient):
|
|
|
515
517
|
|
|
516
518
|
|
|
517
519
|
def FinanBillOCR(self, request):
|
|
518
|
-
"""
|
|
520
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
521
|
+
本接口支持常见银行票据的自动分类和识别。整单识别包括支票(含现金支票、普通支票、转账支票),承兑汇票(含银行承兑汇票、商业承兑汇票)以及进账单等,适用于中国人民银行印发的 2010 版银行票据凭证版式(银发[2010]299 号)。
|
|
519
522
|
|
|
520
523
|
默认接口请求频率限制:5次/秒。
|
|
521
524
|
|
|
@@ -540,7 +543,8 @@ class OcrClient(AbstractClient):
|
|
|
540
543
|
|
|
541
544
|
|
|
542
545
|
def FinanBillSliceOCR(self, request):
|
|
543
|
-
"""
|
|
546
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
547
|
+
本接口支持常见银行票据的自动分类和识别。切片识别包括金融行业常见票据的重要切片字段识别,包括金额、账号、日期、凭证号码等。(金融票据切片:金融票据中待识别字段及其周围局部区域的裁剪图像。)
|
|
544
548
|
|
|
545
549
|
默认接口请求频率限制:5次/秒。
|
|
546
550
|
|
|
@@ -565,7 +569,8 @@ class OcrClient(AbstractClient):
|
|
|
565
569
|
|
|
566
570
|
|
|
567
571
|
def FlightInvoiceOCR(self, request):
|
|
568
|
-
"""
|
|
572
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
573
|
+
本接口支持机票行程单关键字段的识别,包括旅客姓名、有效身份证件号码、电子客票号码、验证码、填开单位、其他税费、燃油附加费、民航发展基金、保险费、销售单位代号、始发地、目的地、航班号、时间、日期、座位等级、承运人、发票消费类型、票价、合计金额、填开日期、国内国际标签、印刷序号、客票级别/类别、客票生效日期、有效期截止日期、免费行李等字段,支持航班信息多行明细输出。
|
|
569
574
|
|
|
570
575
|
默认接口请求频率限制:5次/秒。
|
|
571
576
|
|
|
@@ -1121,7 +1126,8 @@ class OcrClient(AbstractClient):
|
|
|
1121
1126
|
|
|
1122
1127
|
|
|
1123
1128
|
def InstitutionOCR(self, request):
|
|
1124
|
-
"""
|
|
1129
|
+
"""<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
1130
|
+
本接口支持事业单位法人证书关键字段识别,包括注册号、有效期、住所、名称、法定代表人等。
|
|
1125
1131
|
|
|
1126
1132
|
默认接口请求频率限制:5次/秒。
|
|
1127
1133
|
|
|
@@ -1171,7 +1177,8 @@ class OcrClient(AbstractClient):
|
|
|
1171
1177
|
|
|
1172
1178
|
|
|
1173
1179
|
def InvoiceGeneralOCR(self, request):
|
|
1174
|
-
"""
|
|
1180
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
1181
|
+
本接口支持对通用机打发票的发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)、购买方识别号、销售方识别号、校验码、购买方名称、销售方名称、时间、种类、发票消费类型、省、市、是否有公司印章、发票名称、购买方地址、电话、销售方地址、电话、购买方开户行及账号、销售方开户行及账号、经办人取票用户、经办人支付信息、经办人商户号、经办人订单号、货物或应税劳务、服务名称、数量、单价、税率、税额、金额、单位、规格型号、合计税额、合计金额、备注、收款人、复核、开票人、密码区、行业分类等字段的识别。
|
|
1175
1182
|
|
|
1176
1183
|
默认接口请求频率限制:5次/秒。
|
|
1177
1184
|
|
|
@@ -1345,7 +1352,8 @@ class OcrClient(AbstractClient):
|
|
|
1345
1352
|
|
|
1346
1353
|
|
|
1347
1354
|
def OrgCodeCertOCR(self, request):
|
|
1348
|
-
"""
|
|
1355
|
+
"""<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
1356
|
+
本接口支持组织机构代码证关键字段的识别,包括代码、有效期、地址、机构名称等。
|
|
1349
1357
|
|
|
1350
1358
|
默认接口请求频率限制:5次/秒。
|
|
1351
1359
|
|
|
@@ -1370,7 +1378,9 @@ class OcrClient(AbstractClient):
|
|
|
1370
1378
|
|
|
1371
1379
|
|
|
1372
1380
|
def PassportOCR(self, request):
|
|
1373
|
-
"""
|
|
1381
|
+
"""<b>此接口为护照识别(中国大陆地区护照)的旧版本服务,不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/37657">护照识别(多国多地区护照)</a>。</b>
|
|
1382
|
+
|
|
1383
|
+
本接口支持中国大陆地区护照个人资料页多个字段的检测与识别。已支持字段包括英文姓名、中文姓名、国家码、护照号、出生地、出生日期、国籍英文、性别英文、有效期、签发地点英文、签发日期、持证人签名、护照机读码(MRZ码)等。
|
|
1374
1384
|
|
|
1375
1385
|
默认接口请求频率限制:10次/秒。
|
|
1376
1386
|
|
|
@@ -1420,7 +1430,8 @@ class OcrClient(AbstractClient):
|
|
|
1420
1430
|
|
|
1421
1431
|
|
|
1422
1432
|
def PropOwnerCertOCR(self, request):
|
|
1423
|
-
"""
|
|
1433
|
+
"""<b>因技术原因,本接口将不再迭代升级。文档抽取(基础版)可支持此类证书的识别抽取,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/119452">文档抽取(基础版)</a>。</b>
|
|
1434
|
+
本接口支持房产证关键字段的识别,包括房地产权利人、共有情况、登记时间、规划用途、房屋性质、房屋坐落等。
|
|
1424
1435
|
目前接口对合肥、成都、佛山三个城市的房产证版式识别较好。
|
|
1425
1436
|
|
|
1426
1437
|
默认接口请求频率限制:5次/秒。
|
|
@@ -1521,7 +1532,8 @@ class OcrClient(AbstractClient):
|
|
|
1521
1532
|
|
|
1522
1533
|
|
|
1523
1534
|
def QuotaInvoiceOCR(self, request):
|
|
1524
|
-
"""
|
|
1535
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
1536
|
+
本接口支持定额发票的发票号码、发票代码、金额(大小写)、发票消费类型、地区及是否有公司印章等关键字段的识别。
|
|
1525
1537
|
|
|
1526
1538
|
默认接口请求频率限制:5次/秒。
|
|
1527
1539
|
|
|
@@ -1644,7 +1656,8 @@ class OcrClient(AbstractClient):
|
|
|
1644
1656
|
|
|
1645
1657
|
|
|
1646
1658
|
def RecognizeForeignPermanentResidentIdCard(self, request):
|
|
1647
|
-
"""
|
|
1659
|
+
"""<b>因技术原因,本接口将不再迭代升级。有效身份证件识别(鉴伪版)可支持此类证件的识别,并包含质量和PS告警,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/112345">有效身份证件识别(鉴伪版)</a>。</b>
|
|
1660
|
+
外国人永久居留身份证识别
|
|
1648
1661
|
|
|
1649
1662
|
:param request: Request instance for RecognizeForeignPermanentResidentIdCard.
|
|
1650
1663
|
:type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeForeignPermanentResidentIdCardRequest`
|
|
@@ -1941,7 +1954,8 @@ class OcrClient(AbstractClient):
|
|
|
1941
1954
|
|
|
1942
1955
|
|
|
1943
1956
|
def RecognizeGeneralTextImageWarn(self, request):
|
|
1944
|
-
"""
|
|
1957
|
+
"""<b>因技术原因,本接口将不再迭代升级。通用卡证鉴伪可支持更多告警类型,效果、功能更强并将持续迭代优化,建议使用<a href="https://cloud.tencent.com/document/product/866/115916">通用卡证鉴伪</a>。</b>
|
|
1958
|
+
本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。
|
|
1945
1959
|
|
|
1946
1960
|
:param request: Request instance for RecognizeGeneralTextImageWarn.
|
|
1947
1961
|
:type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralTextImageWarnRequest`
|
|
@@ -2314,7 +2328,8 @@ class OcrClient(AbstractClient):
|
|
|
2314
2328
|
|
|
2315
2329
|
|
|
2316
2330
|
def ShipInvoiceOCR(self, request):
|
|
2317
|
-
"""
|
|
2331
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
2332
|
+
本接口支持识别轮船票的发票代码、发票号码、日期、姓名、票价、始发地、目的地、姓名、时间、发票消费类型、省、市、币种字段。
|
|
2318
2333
|
|
|
2319
2334
|
默认接口请求频率限制:5次/秒。
|
|
2320
2335
|
|
|
@@ -2441,7 +2456,8 @@ class OcrClient(AbstractClient):
|
|
|
2441
2456
|
|
|
2442
2457
|
|
|
2443
2458
|
def TollInvoiceOCR(self, request):
|
|
2444
|
-
"""
|
|
2459
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
2460
|
+
本接口支持过路过桥费发票关键字段的识别,包括发票代码、发票号码、日期、金额、入口、出口、时间、发票消费类型、高速标志等。
|
|
2445
2461
|
|
|
2446
2462
|
默认接口请求频率限制:5次/秒。
|
|
2447
2463
|
|
|
@@ -2541,7 +2557,8 @@ class OcrClient(AbstractClient):
|
|
|
2541
2557
|
|
|
2542
2558
|
|
|
2543
2559
|
def VatRollInvoiceOCR(self, request):
|
|
2544
|
-
"""
|
|
2560
|
+
"""<b>此接口不再进行服务升级,建议您使用识别能力更强、服务性能更优的<a href="https://cloud.tencent.com/document/product/866/90802">通用票据识别(高级版)</a>。</b>
|
|
2561
|
+
本接口支持对增值税发票(卷票)关键字段的识别,包括的发票代码、合计金额(小写)、合计金额(大写)、开票日期、发票号码、购买方识别号、销售方识别号、校验码、销售方名称、购买方名称、发票消费类型、省、市、是否有公司印章、单价、金额、数量、服务类型、品名、种类等。
|
|
2545
2562
|
|
|
2546
2563
|
默认接口请求频率限制:5次/秒。
|
|
2547
2564
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1458
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1453
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|