xparse-cli 2.2.2-beta.2 → 2.2.2-beta.3

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -172,9 +172,9 @@ xparse-cli --profile easyclaw parse report.pdf --api paid --auth-method oauth
172
172
  ```
173
173
 
174
174
  该 Profile 固定使用 OAuth Client `cli_textin_xparse_easyclaw`,凭证保存在
175
- `~/.xparse-cli/profiles/easyclaw/`,不读取 AppKey 或其他 Profile 的 token。普通解析始终
176
- 调用 free API;只有显式 `--api paid` 才调用 paid API。请求自动携带
177
- `X-From: easyclaw`。
175
+ `~/.xparse-cli/profiles/easyclaw/`,不读取 AppKey 或其他 Profile 的 token。普通解析使用
176
+ `auto` 路由:符合每日免费接口能力时优先使用每日额度,否则使用已有免费套餐;只有两类
177
+ 额度都不足时才要求切换付费。请求自动携带 `X-From: easyclaw`。
178
178
 
179
179
  ## 命令一览
180
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xparse-cli",
3
- "version": "2.2.2-beta.2",
3
+ "version": "2.2.2-beta.3",
4
4
  "description": "TextIn xParse command-line client for document parsing",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -19,12 +19,12 @@
19
19
  "node": ">=18"
20
20
  },
21
21
  "optionalDependencies": {
22
- "xparse-cli-darwin-amd64": "2.2.2-beta.2",
23
- "xparse-cli-darwin-arm64": "2.2.2-beta.2",
24
- "xparse-cli-linux-amd64": "2.2.2-beta.2",
25
- "xparse-cli-linux-arm64": "2.2.2-beta.2",
26
- "xparse-cli-windows-amd64": "2.2.2-beta.2",
27
- "xparse-cli-windows-arm64": "2.2.2-beta.2"
22
+ "xparse-cli-darwin-amd64": "2.2.2-beta.3",
23
+ "xparse-cli-darwin-arm64": "2.2.2-beta.3",
24
+ "xparse-cli-linux-amd64": "2.2.2-beta.3",
25
+ "xparse-cli-linux-arm64": "2.2.2-beta.3",
26
+ "xparse-cli-windows-amd64": "2.2.2-beta.3",
27
+ "xparse-cli-windows-arm64": "2.2.2-beta.3"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public",