@jackgreen2018/pdf-engine 1.0.69 → 1.0.70
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 +5 -5
- package/package.json +1 -1
- package/pkg/README.md +5 -5
package/README.md
CHANGED
|
@@ -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]) | 0.
|
|
117
|
+
| Page Count | 0.56 | 1.41 |
|
|
118
|
+
| Text Extraction | 0.28 | — |
|
|
119
|
+
| Merge (2 files) | 0.95 | 3.77 |
|
|
120
|
+
| Split (pages [0,1]) | 0.22 | 1.75 |
|
|
121
121
|
|
|
122
122
|
*extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream). v1.0.30 fixes extractText to return actual text instead of "No text extracted."*
|
|
123
123
|
|
|
124
|
-
*Run 2026-08-02 (v1.0.
|
|
124
|
+
*Run 2026-08-02 (v1.0.70); raw JSON at benchmark-results.json.*
|
|
125
125
|
|
|
126
126
|
## Commercial license & support
|
|
127
127
|
|
package/package.json
CHANGED
package/pkg/README.md
CHANGED
|
@@ -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]) | 0.
|
|
117
|
+
| Page Count | 0.56 | 1.41 |
|
|
118
|
+
| Text Extraction | 0.28 | — |
|
|
119
|
+
| Merge (2 files) | 0.95 | 3.77 |
|
|
120
|
+
| Split (pages [0,1]) | 0.22 | 1.75 |
|
|
121
121
|
|
|
122
122
|
*extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream). v1.0.30 fixes extractText to return actual text instead of "No text extracted."*
|
|
123
123
|
|
|
124
|
-
*Run 2026-08-02 (v1.0.
|
|
124
|
+
*Run 2026-08-02 (v1.0.70); raw JSON at benchmark-results.json.*
|
|
125
125
|
|
|
126
126
|
## Commercial license & support
|
|
127
127
|
|