@jackgreen2018/pdf-engine 1.0.112 → 1.0.113

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
@@ -130,16 +130,16 @@ npm run benchmark
130
130
 
131
131
  | Operation | pdf-engine (ms) | pdf-lib (ms) |
132
132
  |-----------|-----------------|--------------|
133
- | Page Count | 0.77 | 1.44 |
134
- | Text Extraction | 0.29 | — |
135
- | Merge (2 files) | 0.76 | 3.88 |
136
- | Split (pages [0,1]) | 0.22 | 1.64 |
133
+ | Page Count | 0.73 | 1.48 |
134
+ | Text Extraction | 0.30 | — |
135
+ | Merge (2 files) | 0.79 | 4.49 |
136
+ | Split (pages [0,1]) | 0.24 | 2.39 |
137
137
  | Encrypt (V4 AES-128) | 0.79 | — |
138
- | Decrypt | 0.35 | — |
138
+ | Decrypt | 0.38 | — |
139
139
 
140
140
  *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."*
141
141
 
142
- *Run 2026-08-03 (v1.0.111); raw JSON at benchmark-results.json.*
142
+ *Run 2026-08-03 (v1.0.113); raw JSON at benchmark-results.json.*
143
143
 
144
144
  ## License
145
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jackgreen2018/pdf-engine",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
package/pkg/README.md CHANGED
@@ -130,16 +130,16 @@ npm run benchmark
130
130
 
131
131
  | Operation | pdf-engine (ms) | pdf-lib (ms) |
132
132
  |-----------|-----------------|--------------|
133
- | Page Count | 0.77 | 1.44 |
134
- | Text Extraction | 0.29 | — |
135
- | Merge (2 files) | 0.76 | 3.88 |
136
- | Split (pages [0,1]) | 0.22 | 1.64 |
133
+ | Page Count | 0.73 | 1.48 |
134
+ | Text Extraction | 0.30 | — |
135
+ | Merge (2 files) | 0.79 | 4.49 |
136
+ | Split (pages [0,1]) | 0.24 | 2.39 |
137
137
  | Encrypt (V4 AES-128) | 0.79 | — |
138
- | Decrypt | 0.35 | — |
138
+ | Decrypt | 0.38 | — |
139
139
 
140
140
  *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."*
141
141
 
142
- *Run 2026-08-03 (v1.0.111); raw JSON at benchmark-results.json.*
142
+ *Run 2026-08-03 (v1.0.113); raw JSON at benchmark-results.json.*
143
143
 
144
144
  ## License
145
145
 
package/pkg/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdf_engine",
3
- "version": "1.0.110",
3
+ "version": "1.0.113",
4
4
  "files": [
5
5
  "pdf_engine_bg.wasm",
6
6
  "pdf_engine.js",