cargo build
cargo testFor OCR-related changes, run at least one fixture conversion:
./target/debug/docstruct convert tests/fixtures/test_document.pdf -o /tmp/docstruct_check --debug- Code builds and tests pass locally
- Behavior changes are documented in
README.mdordocs/ - New logic has at least one targeted test when practical
- No unrelated file churn in the PR
- Keep comments short and technical.
- Avoid adding dependencies without clear need.