docling.rs-linux-arm64-gnu 0.20.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 +3 -0
- package/docling-rs.linux-arm64-gnu.node +0 -0
- package/package.json +38 -0
package/README.md
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "docling.rs-linux-arm64-gnu",
|
|
3
|
+
"version": "0.20.0",
|
|
4
|
+
"os": [
|
|
5
|
+
"linux"
|
|
6
|
+
],
|
|
7
|
+
"cpu": [
|
|
8
|
+
"arm64"
|
|
9
|
+
],
|
|
10
|
+
"main": "docling-rs.linux-arm64-gnu.node",
|
|
11
|
+
"files": [
|
|
12
|
+
"docling-rs.linux-arm64-gnu.node"
|
|
13
|
+
],
|
|
14
|
+
"description": "Node.js / Bun bindings for docling.rs — a Rust port of docling. Convert Markdown, HTML, DOCX, PPTX, XLSX, PDF, images and more into a unified DoclingDocument (Markdown or docling-core JSON).",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"docling",
|
|
17
|
+
"document",
|
|
18
|
+
"pdf",
|
|
19
|
+
"markdown",
|
|
20
|
+
"docx",
|
|
21
|
+
"converter",
|
|
22
|
+
"napi",
|
|
23
|
+
"bun"
|
|
24
|
+
],
|
|
25
|
+
"homepage": "https://github.com/artiz/docling.rs",
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">= 14"
|
|
29
|
+
},
|
|
30
|
+
"repository": {
|
|
31
|
+
"type": "git",
|
|
32
|
+
"url": "git+https://github.com/artiz/docling.rs.git",
|
|
33
|
+
"directory": "crates/docling-node"
|
|
34
|
+
},
|
|
35
|
+
"libc": [
|
|
36
|
+
"glibc"
|
|
37
|
+
]
|
|
38
|
+
}
|