Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 559 Bytes

File metadata and controls

26 lines (18 loc) · 559 Bytes

Contributing

Local Workflow

cargo build
cargo test

For OCR-related changes, run at least one fixture conversion:

./target/debug/docstruct convert tests/fixtures/test_document.pdf -o /tmp/docstruct_check --debug

Pull Request Checklist

  • Code builds and tests pass locally
  • Behavior changes are documented in README.md or docs/
  • New logic has at least one targeted test when practical
  • No unrelated file churn in the PR

Style

  • Keep comments short and technical.
  • Avoid adding dependencies without clear need.