没有权限访问数据怎么解决
调用表格文字识别接口返回结果是{"error_code":6,"error_msg":"No permission to access data"},已经确认开通权限了,搜索的问题结果中说当前V3版本...
调用组间复制接口,接口调用成功,但没有复制成功
接口返回:{"log_id":2975915373040217}
接口传参:
params.putParam("group_id", "backup_copy");
params.putParam("uid", uid);
params.putParam("src_group_id", "U10001");
有没有大佬分享一下python中pyclipper的使用
padding = pyclipper.PyclipperOffset()padding.AddPath(subject, pyclipper.JT_ROUND, pyclipper.ET_CLOSEDPOLYGON) padded_polygon = np.array(padding.Execute(distance)[0]) 例如这些...
我使用python调用文章标签功能,没有返回参数
我按照帮助文档写了这些,是不是需要其他语句来获得输出啊
from aip import AipNlp
APP_ID = '我'
API_KEY = '填'
SECRET_KEY = '上了'
client = AipNlp(APP_...
C++预测报错,有没有遇到过类似问题
=======Paddle OCR inference config======char_list_file : ../../ppocr/utils/ppocr_keys_v1.txtcpu_math_library_num_threads : 4det_db_box_thresh : 0.2det_db_thresh : 0.3det_db_unclip_...