@laiye-adp/agentic-doc-parse-and-extract-cli 1.11.0-beta.5 → 1.11.0-beta.6
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.
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Official command-line tool for [Laiye ADP (Agentic Document Processing)](https:/
|
|
|
24
24
|
If you are an AI agent, install the ADP skills:
|
|
25
25
|
|
|
26
26
|
```bash
|
|
27
|
-
npx skills add
|
|
27
|
+
npx skills add laiye-ai/adp-cli -y -g
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
The skills package will guide you through CLI installation, authentication, and usage automatically.
|
package/README.zh.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@laiye-adp/agentic-doc-parse-and-extract-cli",
|
|
3
|
-
"version": "1.11.0-beta.
|
|
3
|
+
"version": "1.11.0-beta.6",
|
|
4
4
|
"description": "Official CLI for Laiye ADP (Agentic Document Processing) - document parsing and intelligent extraction",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adp",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"arm64"
|
|
40
40
|
],
|
|
41
41
|
"optionalDependencies": {
|
|
42
|
-
"@laiye-adp/adp-cli-linux-x64": "1.11.0-beta.
|
|
43
|
-
"@laiye-adp/adp-cli-linux-arm64": "1.11.0-beta.
|
|
44
|
-
"@laiye-adp/adp-cli-darwin-x64": "1.11.0-beta.
|
|
45
|
-
"@laiye-adp/adp-cli-darwin-arm64": "1.11.0-beta.
|
|
46
|
-
"@laiye-adp/adp-cli-win32-x64": "1.11.0-beta.
|
|
47
|
-
"@laiye-adp/adp-cli-win32-arm64": "1.11.0-beta.
|
|
42
|
+
"@laiye-adp/adp-cli-linux-x64": "1.11.0-beta.6",
|
|
43
|
+
"@laiye-adp/adp-cli-linux-arm64": "1.11.0-beta.6",
|
|
44
|
+
"@laiye-adp/adp-cli-darwin-x64": "1.11.0-beta.6",
|
|
45
|
+
"@laiye-adp/adp-cli-darwin-arm64": "1.11.0-beta.6",
|
|
46
|
+
"@laiye-adp/adp-cli-win32-x64": "1.11.0-beta.6",
|
|
47
|
+
"@laiye-adp/adp-cli-win32-arm64": "1.11.0-beta.6"
|
|
48
48
|
}
|
|
49
49
|
}
|