Commit c2dfde6
committed
chore: release v0.2.3
Version bump:
- Workspace and all SDK manifests: 0.2.2 → 0.2.3
- WASM pkg rebuilt with 0.2.3 binary
Code quality (Clippy fixes):
- Remove identical else-if branch in PSM mode selection
- Replace manual range check with RangeInclusive::contains
- Remove redundant & refs passed to detect_bordered_raster_grid and extract_raster_cell_text
- Rewrite let-else patterns with the ? operator
- Replace Vec::push chain with vec![] macro
- Remove now-unused is_horizontal variable
Formatting:
- rustfmt pass on raster_table_ocr.rs and markdown.rs
Demo:
- Rebuilt demo/dist with WASM 0.2.3 binary
Site:
- Updated WASM API doc comment version to 0.2.31 parent b698a10 commit c2dfde6
16 files changed
Lines changed: 142 additions & 98 deletions
File tree
- crates
- edgeparse-core/src
- output
- pdf
- edgeparse-wasm/pkg
- demo
- sdks/node
- npm
- darwin-arm64
- darwin-x64
- linux-arm64-gnu
- linux-x64-gnu
- win32-x64-msvc
- site/src/content/docs/api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
10 | 28 | | |
11 | 29 | | |
12 | 30 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8397 | 8397 | | |
8398 | 8398 | | |
8399 | 8399 | | |
8400 | | - | |
| 8400 | + | |
| 8401 | + | |
| 8402 | + | |
| 8403 | + | |
8401 | 8404 | | |
8402 | 8405 | | |
8403 | 8406 | | |
| |||
8484 | 8487 | | |
8485 | 8488 | | |
8486 | 8489 | | |
8487 | | - | |
| 8490 | + | |
| 8491 | + | |
| 8492 | + | |
| 8493 | + | |
8488 | 8494 | | |
8489 | 8495 | | |
8490 | 8496 | | |
| |||
13559 | 13565 | | |
13560 | 13566 | | |
13561 | 13567 | | |
13562 | | - | |
| 13568 | + | |
| 13569 | + | |
13563 | 13570 | | |
13564 | 13571 | | |
13565 | | - | |
| 13572 | + | |
| 13573 | + | |
| 13574 | + | |
| 13575 | + | |
| 13576 | + | |
| 13577 | + | |
| 13578 | + | |
13566 | 13579 | | |
13567 | 13580 | | |
13568 | 13581 | | |
13569 | 13582 | | |
13570 | | - | |
| 13583 | + | |
| 13584 | + | |
| 13585 | + | |
| 13586 | + | |
| 13587 | + | |
| 13588 | + | |
| 13589 | + | |
13571 | 13590 | | |
13572 | 13591 | | |
13573 | 13592 | | |
| |||
13576 | 13595 | | |
13577 | 13596 | | |
13578 | 13597 | | |
13579 | | - | |
13580 | | - | |
13581 | | - | |
| 13598 | + | |
| 13599 | + | |
| 13600 | + | |
| 13601 | + | |
| 13602 | + | |
| 13603 | + | |
13582 | 13604 | | |
13583 | 13605 | | |
13584 | | - | |
| 13606 | + | |
| 13607 | + | |
| 13608 | + | |
| 13609 | + | |
13585 | 13610 | | |
13586 | 13611 | | |
13587 | 13612 | | |
| |||
0 commit comments