The cmap_tokenize benchmark uses CJK tokenization functions that are behind the 'cjk' feature flag. Added required-features = ["cjk"] to the benchmark configuration in Cargo.toml so cargo check --all-targets passes cleanly. This fixes compilation error: error[E0432]: unresolved import pdftract_core::cmap::tokenize_cjk_bytes (item is gated behind cjk feature). Verification: cargo check --all-targets now passes with no errors. |
||
|---|---|---|
| .. | ||
| pdftract-cer-diff | ||
| pdftract-cli | ||
| pdftract-core | ||
| pdftract-inspector-ui | ||
| pdftract-libpdftract | ||
| pdftract-py | ||
| pdftract-schema-migrate | ||