@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 +6 -6
- package/package.json +1 -1
- package/pkg/README.md +6 -6
- package/pkg/package.json +1 -1
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.
|
|
134
|
-
| Text Extraction | 0.
|
|
135
|
-
| Merge (2 files) | 0.
|
|
136
|
-
| Split (pages [0,1]) | 0.
|
|
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.
|
|
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.
|
|
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
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.
|
|
134
|
-
| Text Extraction | 0.
|
|
135
|
-
| Merge (2 files) | 0.
|
|
136
|
-
| Split (pages [0,1]) | 0.
|
|
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.
|
|
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.
|
|
142
|
+
*Run 2026-08-03 (v1.0.113); raw JSON at benchmark-results.json.*
|
|
143
143
|
|
|
144
144
|
## License
|
|
145
145
|
|