From dc509f21678005403ec0ef71534705e65b80bd61 Mon Sep 17 00:00:00 2001 From: hellofinch <543933756@qq.com> Date: Tue, 26 Nov 2024 07:50:05 +0000 Subject: [PATCH] =?UTF-8?q?=E8=85=BE=E8=AE=AF=E6=9C=BA=E5=99=A8=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=EF=BC=8C=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E5=A4=A7=E5=B0=8F=E5=86=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README_zh-CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed9e1fd0..3ed8e5ff 100644 --- a/README.md +++ b/README.md @@ -244,8 +244,8 @@ pdf2zh example.pdf -li en -lo ja See [Tencent Machine Translation](https://www.tencentcloud.com/products/tmt?from_qcintl=122110104) Following ENVs are required: - - `Tencent_SECRET_ID`, e.g., `export Tencent_SECRET_ID=AKIDxxx` - - `Tencent_SECRET_KEY`, e.g, `export Tencent_SECRET_KEY=xxx` + - `TENCENT_SECRET_ID`, e.g., `export TENCENT_SECRET_ID=AKIDxxx` + - `TENCENT_SECRET_KEY`, e.g, `export TENCENT_SECRET_KEY=xxx` ```bash pdf2zh example.pdf -s tmt diff --git a/README_zh-CN.md b/README_zh-CN.md index 0f6c7d16..dd84b762 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -251,8 +251,8 @@ pdf2zh example.pdf -s azure 需设置以下环境变量: -- `Tencent_SECRET_ID`, e.g., `export Tencent_SECRET_ID=AKIDxxx` -- `Tencent_SECRET_KEY`, e.g., `export Tencent_SECRET_KEY=xxx` +- `TENCENT_SECRET_ID`, e.g., `export TENCENT_SECRET_ID=AKIDxxx` +- `TENCENT_SECRET_KEY`, e.g., `export TENCENT_SECRET_KEY=xxx` ```bash pdf2zh example.pdf -s tmt