Skip to content

Commit 93372fe

Browse files
committed
add: OCR
1 parent 923be3f commit 93372fe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

laravel/.env.example

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,13 @@ GEE_PRIVATE_KEY=4f1c085290bec5afdc54df73535fc361
5959
QINIU_BUCKET=mingtop
6060
QINIU_ACCESSKEY=vK5eP-ddvU5fq8GgwJefmiRfEy6fn0SWW0WcU9ba
6161
QINIU_SECRETKEY=UcoR0xkT7brUk6piY4wPDQWso3PWplmFUgcGh6t5
62-
QINIU_URL=http://cdn.guke1.com.qiniudns.com/
62+
QINIU_URL=http://img.guke1.com.qiniudns.com/
6363
# 七牛云存储配置项 end
64+
65+
# 百度 OCR
66+
BAIDU_token_url=https://aip.baidubce.com/oauth/2.0/token
67+
BAIDU_api=11959004
68+
BAIDU_grant_type=client_credentials
69+
BAIDU_client_id=yxGSiFRIbfdl7WwGGXIGlmnR
70+
BAIDU_client_secret=nE2rXH6ScEUg8MifDPbTzCrD5SHoC4vh
71+
# 百度 OCR

0 commit comments

Comments
 (0)