pdftract/crates/pdftract-core/src/layout
jedarden 1c6f26ecaa fix(bf-4mkhv): clean up unused imports in hash.rs
The bead description mentioned compile errors in hash.rs from API drift,
but those errors were either already fixed or misattributed. The API usage
was already correct:
- compute_fingerprint already takes 3 arguments with source
- len() already propagates Result with ?
- read_at method already used correctly
- Catalog fields accessed via trailer correctly

Only cleanup: removed unused std::fs::File and std::io imports.

Verification: notes/bf-4mkhv.md
2026-06-01 09:43:48 -04:00
..
caption.rs feat(pdftract-3s2i): implement Phase 5.5.2 validation filter 2026-05-24 04:57:17 -04:00
code.rs feat(pdftract-8n270): implement code block detection 2026-05-24 10:04:22 -04:00
columns.rs wip: AcroForm improvements, debug tooling, test corpus, and fixture updates 2026-05-30 09:48:14 -04:00
correction.rs wip: AcroForm improvements, debug tooling, test corpus, and fixture updates 2026-05-30 09:48:14 -04:00
figure.rs fix(bf-4mkhv): clean up unused imports in hash.rs 2026-06-01 09:43:48 -04:00
header_footer.rs feat(pdftract-1ofnz): implement detect_line_direction with unicode-bidi 2026-05-28 00:33:49 -04:00
line.rs feat(pdftract-1ofnz): implement detect_line_direction with unicode-bidi 2026-05-28 00:33:49 -04:00
mod.rs fix(bf-4mkhv): clean up unused imports in hash.rs 2026-06-01 09:43:48 -04:00
readability.rs test(pdftract-1q4ku): add acceptance criteria tests for score_span_readability 2026-05-28 00:21:46 -04:00
reading_order.rs fix(pdftract-2uk9z): wrap native module results in typed Python objects 2026-05-28 21:18:38 -04:00
watermark_formula.rs fix(pdftract-3jekw): fix watermark_formula test type annotations 2026-05-27 23:37:15 -04:00
wordlist.rs fix: resolve compilation errors across codebase 2026-05-25 08:38:04 -04:00