Commit ae38ba6
committed
fix: update bindings for annotation extraction, WASM MIME exports, PaddleOCR validation (#403)
- Add assert_annotations helpers to all e2e generators (Go, Java, PHP, C#, Elixir, Python)
- Add PdfAnnotation types to TypeScript core bindings
- Add extract_annotations/margin fields to Ruby PdfConfig binding
- Export detectMimeFromBytes/getExtensionsForMime from WASM TypeScript bindings
- Remove stale kreuzberg-node artifacts/ directory
- Make PaddleOCR backend validation dynamic via plugin registry
- Fix Python tests expecting "json" to be invalid output format (now alias for "structured")
- Regenerate all e2e tests and re-vendor Ruby crates1 parent 01a06fa commit ae38ba6
File tree
26 files changed
+1000
-2023
lines changed- crates
- kreuzberg-node/artifacts
- kreuzberg-py/src
- kreuzberg-wasm
- e2e
- elixir/test/support
- python/tests
- typescript
- mime
- e2e
- csharp
- elixir/test/support
- go
- java/src/test/java/com/kreuzberg/e2e
- php/tests
- python/tests
- packages
- python/tests/binding
- ruby
- ext/kreuzberg_rb/native
- src/config
- vendor
- typescript/core/src/types
- tools/e2e-generator/src
26 files changed
+1000
-2023
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments