@jackgreen2018/pdf-engine 1.0.8 → 1.0.9

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
@@ -107,12 +107,14 @@ npm run benchmark
107
107
 
108
108
  | Operation | pdf-engine (ms) | pdf-lib (ms) |
109
109
  |-----------|-----------------|--------------|
110
- | Page Count | 0.64 | 1.54 |
111
- | Text Extraction | 0.23 | — |
112
- | Merge (2 files) | 0.92 | 4.55 |
113
- | Split (pages [0,1]) | 0.32 | 1.97 |
110
+ | Page Count | 0.64 | 1.41 |
111
+ | Text Extraction | 0.20 | — |
112
+ | Merge (2 files) | 0.86 | 3.63 |
113
+ | Split (pages [0,1]) | 0.20 | 1.76 |
114
114
 
115
- *Results measured on 10-page PDF (659 bytes) in Node.js v22 on local machine. Numbers from this run; canonical copy at `evidence/benchmark-output.log`, see also `benchmark-results.json`.*
115
+ *extractText correctness: PASS gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream)*
116
+
117
+ *Run 2026-07-31 v1.0.9; full stdout at evidence/bench_full.txt.*
116
118
 
117
119
  ## License
118
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jackgreen2018/pdf-engine",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
package/pkg/README.md CHANGED
@@ -107,12 +107,14 @@ npm run benchmark
107
107
 
108
108
  | Operation | pdf-engine (ms) | pdf-lib (ms) |
109
109
  |-----------|-----------------|--------------|
110
- | Page Count | 0.64 | 1.54 |
111
- | Text Extraction | 0.23 | — |
112
- | Merge (2 files) | 0.92 | 4.55 |
113
- | Split (pages [0,1]) | 0.32 | 1.97 |
110
+ | Page Count | 0.64 | 1.41 |
111
+ | Text Extraction | 0.20 | — |
112
+ | Merge (2 files) | 0.86 | 3.63 |
113
+ | Split (pages [0,1]) | 0.20 | 1.76 |
114
114
 
115
- *Results measured on 10-page PDF (659 bytes) in Node.js v22 on local machine. Numbers from this run; canonical copy at `evidence/benchmark-output.log`, see also `benchmark-results.json`.*
115
+ *extractText correctness: PASS gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream)*
116
+
117
+ *Run 2026-07-31 v1.0.9; full stdout at evidence/bench_full.txt.*
116
118
 
117
119
  ## License
118
120
 
package/pkg/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pdf_engine",
3
3
  "type": "module",
4
- "version": "1.0.8",
4
+ "version": "1.0.9",
5
5
  "files": [
6
6
  "pdf_engine_bg.wasm",
7
7
  "pdf_engine.js",
Binary file