检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
以下命令来检查并更新SDK至最新版本。 pip show huaweicloudsdkcore pip show huaweicloudsdkocr pip install --upgrade huaweicloudsdkcore pip install --upgrade huaweicloudsdkocr
”按钮。分别执行以下命令安装SDK(该SDK支持Python3及以上版本)。 # 安装核心库 pip install huaweicloudsdkcore # 安装OCR服务库 pip install huaweicloudsdkocr 检查SDK是否已正确安装。 在PyCharm中选择“File
result BankReceiptResult object 调用成功时表示调用结果。 调用失败时无此字段。 表5 BankReceiptResult 参数 参数类型 描述 bank_receipt_count Integer 银行回单数量 bank_receipt_list Array
终端节点 终端节点即调用API的请求地址,不同服务不同区域的终端节点不同,您可以从地区和终端节点中查询所有服务的终端节点。 文字识别的终端节点如表1所示,请您根据业务需要选择对应区域的终端节点。 业务的服务器部署区域与OCR服务区域不一致,只要服务器可以访问公网,即可使用OCR服
OCR服务的SDK是否依赖于Maven管理依赖包 Python SDK依赖的部分包如requests等需要在本地环境中安装,在连通外网的情况下可直接使用pip install +包名安装。 Java SDK不需要使用Maven管理本地依赖包,可以直接运行使用。 父主题: SDK使用类
HouseholdRegisterContent 参数 参数类型 描述 name String 姓名。 householder_relationship String 户主或与户主关系。 former_name String 曾用名。 sex String 性别。 birthplace String
默认配置 // 使用默认配置 $config = HttpConfig::getDefaultConfig(); 网络代理(可选) // 使用代理服务器 $config->setProxyProtocol('http'); $config->setProxyHost('proxy.huawei
URI-scheme 表示用于传输请求的协议,当前所有API均采用HTTPS协议。 endpoint 指定承载REST服务端点的服务器域名或IP,不同服务不同区域的endpoint不同,您可以从终端节点章节查看。 例如OCR服务在“华北-北京四”区域的“endpoint”为“ocr
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
不同区域是否有时延 区域(Region):从地理位置和网络时延维度划分,同一个Region内共享弹性计算、块存储、对象存储、VPC网络、弹性公网IP、镜像等公共服务。 一般情况下,建议就近选择靠近您或者您的目标用户的区域,这样可以减少网络时延,提高访问速度。 不过,在基础设施、BGP网
区创建资源。 区域(Region):从地理位置和网络时延维度划分,同一个Region内共享弹性计算、块存储、对象存储、VPC网络、弹性公网IP、镜像等公共服务。Region分为通用Region和专属Region,通用Region指面向公共租户提供通用云服务的Region;专属Re
配置客户端链接参数 默认配置 const client = ocr.OcrClient.newBuilder() 网络代理(可选) // 使用代理服务器(可选) client.withProxyAgent("http://username:password@proxy.huaweicloud
”按钮。分别执行以下命令安装SDK(该SDK支持Python3及以上版本)。 # 安装核心库 pip install huaweicloudsdkcore # 安装OCR服务库 pip install huaweicloudsdkocr 检查SDK是否已正确安装。 在PyCharm中选择“File
revenue_stamps Integer 印花税票个数。 ownership_certificate_no String 产权证号。 estate_holder String 房屋所有权人。 obligee String 权利人。 ownership String 共有情况。 property_unit_no
Reset Content 重置内容,服务器处理成功。 206 Partial Content 服务器成功处理了部分GET请求。 300 Multiple Choices 多种选择。请求的资源可包括多个位置,相应可返回一个资源特征与地址的列表用于用户终端(例如:浏览器)选择。 301 Moved
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
axle_quantity String 轴数。 steering_form String 转向形式。 total_weight String 总质量。 equipment_weight String 整备质量。 maximum_laden_mass String 额定载质量。 mass_utilization_coefficient
不含印章,字段默认为False。 旧版退票 title String 标题。 旧版退票 area String 地区。 旧版退票 receipt_number String 收据编码。 旧版退票 amount_in_figures String 小写票据金额。 旧版退票 amount_in_words
图片识别API,获取识别结果。 前提条件 开通网络图片识别。 参考本地调用,安装OCR Python SDK。并执行pip install fitz命令和pip install PyMuPDF==1.18.0命令安装依赖包。 登录访问密钥页面,获取AK、SK。可以新增访问密钥,或
在CMake options中加入: -DCMAKE_TOOLCHAIN_FILE={your vcpkg install dir}/scripts/buildsystems/vcpkg.cmake 右键 CMakeLists.txt 选择 Load CMake Project。 选择Build开始编译。