Commit e71f29b
committed
fix(node): add PdfAnnotation type and annotations mapping to TypeScript wrapper
The Node binding's TypeScript layer was missing the PdfAnnotation interface
and annotations field on ExtractionResult, causing pdf_annotations e2e test
to fail with "expected undefined to be defined".1 parent 317da88 commit e71f29b
File tree
2 files changed
+23
-0
lines changed- crates/kreuzberg-node/typescript
- core
2 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
333 | 339 | | |
334 | 340 | | |
335 | 341 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1124 | 1124 | | |
1125 | 1125 | | |
1126 | 1126 | | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
1127 | 1141 | | |
1128 | 1142 | | |
1129 | 1143 | | |
| |||
1207 | 1221 | | |
1208 | 1222 | | |
1209 | 1223 | | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
1210 | 1227 | | |
1211 | 1228 | | |
1212 | 1229 | | |
| |||
0 commit comments