@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 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.75 | 1.51 |
118
- | Text Extraction | 0.31 | — |
119
- | Merge (2 files) | 1.20 | 3.93 |
120
- | Split (pages [0,1]) | 0.21 | 1.87 |
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.69); raw JSON at benchmark-results.json.*
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jackgreen2018/pdf-engine",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
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.75 | 1.51 |
118
- | Text Extraction | 0.31 | — |
119
- | Merge (2 files) | 1.20 | 3.93 |
120
- | Split (pages [0,1]) | 0.21 | 1.87 |
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.69); raw JSON at benchmark-results.json.*
124
+ *Run 2026-08-02 (v1.0.70); raw JSON at benchmark-results.json.*
125
125
 
126
126
  ## Commercial license & support
127
127