@jackgreen2018/pdf-engine 1.0.31 → 1.0.33
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 → pkg-1.0.33}/README.md +6 -6
- {package → pkg-1.0.33}/package.json +1 -1
- {package → pkg-1.0.33}/pkg/README.md +6 -6
- {package → pkg-1.0.33}/pkg/package.json +1 -1
- {package → pkg-1.0.33}/dist/cli.d.ts +0 -0
- {package → pkg-1.0.33}/dist/cli.d.ts.map +0 -0
- {package → pkg-1.0.33}/dist/cli.js +0 -0
- {package → pkg-1.0.33}/dist/index.d.ts +0 -0
- {package → pkg-1.0.33}/dist/index.d.ts.map +0 -0
- {package → pkg-1.0.33}/dist/index.js +0 -0
- {package → pkg-1.0.33}/pkg/pdf_engine.d.ts +0 -0
- {package → pkg-1.0.33}/pkg/pdf_engine.js +0 -0
- {package → pkg-1.0.33}/pkg/pdf_engine_bg.js +0 -0
- {package → pkg-1.0.33}/pkg/pdf_engine_bg.wasm +0 -0
- {package → pkg-1.0.33}/pkg/pdf_engine_bg.wasm.d.ts +0 -0
- {package → pkg-1.0.33}/src/cli.ts +0 -0
- {package → pkg-1.0.33}/src/index.ts +0 -0
- {package → pkg-1.0.33}/src/lib.rs +0 -0
{package → pkg-1.0.33}/README.md
RENAMED
|
@@ -114,14 +114,14 @@ npm run benchmark
|
|
|
114
114
|
|
|
115
115
|
| Operation | pdf-engine (ms) | pdf-lib (ms) |
|
|
116
116
|
|-----------|-----------------|--------------|
|
|
117
|
-
| Page Count | 0.
|
|
118
|
-
| Text Extraction | 0.
|
|
119
|
-
| Merge (2 files) |
|
|
120
|
-
| Split (pages [0,1]) |
|
|
117
|
+
| Page Count | 0.75 | 1.37 |
|
|
118
|
+
| Text Extraction | 0.21 | — |
|
|
119
|
+
| Merge (2 files) | 1.09 | 3.64 |
|
|
120
|
+
| Split (pages [0,1]) | 0.20 | 1.70 |
|
|
121
121
|
|
|
122
|
-
*extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream)
|
|
122
|
+
*extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream)*
|
|
123
123
|
|
|
124
|
-
*Run 2026-08-01 (v1.0.
|
|
124
|
+
*Run 2026-08-01 (v1.0.28); raw JSON at benchmark-results.json.*
|
|
125
125
|
|
|
126
126
|
## Commercial license & support
|
|
127
127
|
|
|
@@ -114,14 +114,14 @@ npm run benchmark
|
|
|
114
114
|
|
|
115
115
|
| Operation | pdf-engine (ms) | pdf-lib (ms) |
|
|
116
116
|
|-----------|-----------------|--------------|
|
|
117
|
-
| Page Count | 0.
|
|
118
|
-
| Text Extraction | 0.
|
|
119
|
-
| Merge (2 files) |
|
|
120
|
-
| Split (pages [0,1]) |
|
|
117
|
+
| Page Count | 0.75 | 1.37 |
|
|
118
|
+
| Text Extraction | 0.21 | — |
|
|
119
|
+
| Merge (2 files) | 1.09 | 3.64 |
|
|
120
|
+
| Split (pages [0,1]) | 0.20 | 1.70 |
|
|
121
121
|
|
|
122
|
-
*extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream)
|
|
122
|
+
*extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream)*
|
|
123
123
|
|
|
124
|
-
*Run 2026-08-01 (v1.0.
|
|
124
|
+
*Run 2026-08-01 (v1.0.28); raw JSON at benchmark-results.json.*
|
|
125
125
|
|
|
126
126
|
## Commercial license & support
|
|
127
127
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|