@laiye-adp/agentic-doc-parse-and-extract-cli 1.10.0-beta.1 → 1.10.0
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
|
@@ -17,7 +17,7 @@ Official command-line tool for [Laiye ADP (Agentic Document Processing)](https:/
|
|
|
17
17
|
|
|
18
18
|
## Supported Formats
|
|
19
19
|
|
|
20
|
-
`.jpg` `.jpeg` `.png` `.bmp` `.tiff` `.tif` `.pdf` `.doc` `.docx` `.xls` `.xlsx`
|
|
20
|
+
`.jpg` `.jpeg` `.png` `.bmp` `.tiff` `.tif` `.pdf` `.doc` `.docx` `.xls` `.xlsx` (max 50MB per file)
|
|
21
21
|
|
|
22
22
|
## Agent Integration
|
|
23
23
|
|
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.10.0
|
|
3
|
+
"version": "1.10.0",
|
|
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.0
|
|
43
|
-
"@laiye-adp/adp-cli-linux-arm64": "1.10.0
|
|
44
|
-
"@laiye-adp/adp-cli-darwin-x64": "1.10.0
|
|
45
|
-
"@laiye-adp/adp-cli-darwin-arm64": "1.10.0
|
|
46
|
-
"@laiye-adp/adp-cli-win32-x64": "1.10.0
|
|
47
|
-
"@laiye-adp/adp-cli-win32-arm64": "1.10.0
|
|
42
|
+
"@laiye-adp/adp-cli-linux-x64": "1.10.0",
|
|
43
|
+
"@laiye-adp/adp-cli-linux-arm64": "1.10.0",
|
|
44
|
+
"@laiye-adp/adp-cli-darwin-x64": "1.10.0",
|
|
45
|
+
"@laiye-adp/adp-cli-darwin-arm64": "1.10.0",
|
|
46
|
+
"@laiye-adp/adp-cli-win32-x64": "1.10.0",
|
|
47
|
+
"@laiye-adp/adp-cli-win32-arm64": "1.10.0"
|
|
48
48
|
}
|
|
49
49
|
}
|