@laiye-adp/agentic-doc-parse-and-extract-cli 1.10.1 → 1.10.4
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 +4 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -33,10 +33,14 @@ The skills package will guide you through CLI installation, authentication, and
|
|
|
33
33
|
```bash
|
|
34
34
|
# npm (recommended)
|
|
35
35
|
npm install -g @laiye-adp/agentic-doc-parse-and-extract-cli
|
|
36
|
+
```
|
|
36
37
|
|
|
38
|
+
```bash
|
|
37
39
|
# Linux / macOS
|
|
38
40
|
curl -fsSL https://raw.githubusercontent.com/laiye-ai/adp-cli/main/scripts/adp-init.sh | bash
|
|
41
|
+
```
|
|
39
42
|
|
|
43
|
+
```bash
|
|
40
44
|
# Windows (PowerShell)
|
|
41
45
|
irm https://raw.githubusercontent.com/laiye-ai/adp-cli/main/scripts/adp-init.ps1 | iex
|
|
42
46
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@laiye-adp/agentic-doc-parse-and-extract-cli",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.4",
|
|
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.10.
|
|
43
|
-
"@laiye-adp/adp-cli-linux-arm64": "1.10.
|
|
44
|
-
"@laiye-adp/adp-cli-darwin-x64": "1.10.
|
|
45
|
-
"@laiye-adp/adp-cli-darwin-arm64": "1.10.
|
|
46
|
-
"@laiye-adp/adp-cli-win32-x64": "1.10.
|
|
47
|
-
"@laiye-adp/adp-cli-win32-arm64": "1.10.
|
|
42
|
+
"@laiye-adp/adp-cli-linux-x64": "1.10.4",
|
|
43
|
+
"@laiye-adp/adp-cli-linux-arm64": "1.10.4",
|
|
44
|
+
"@laiye-adp/adp-cli-darwin-x64": "1.10.4",
|
|
45
|
+
"@laiye-adp/adp-cli-darwin-arm64": "1.10.4",
|
|
46
|
+
"@laiye-adp/adp-cli-win32-x64": "1.10.4",
|
|
47
|
+
"@laiye-adp/adp-cli-win32-arm64": "1.10.4"
|
|
48
48
|
}
|
|
49
49
|
}
|