Skip to content

v0.2.0

Choose a tag to compare

@xtrojak xtrojak released this 09 Apr 16:29
· 66 commits to main since this release
0a8ca46

[0.2.0] - 2026-04-09

Added

  • New CLI command automatic-align to compute alignment points and emit JSON payloads.
  • New CLI command export-logsheet to export configured ROI values (and crops) directly to XLSX without OCR.
  • New CLI command pdf-dimensions to emit PDF page dimensions as JSON.
  • New top-level wrappers automatic_align.py, export_logsheet.py, and pdf_dimensions.py.

Changed

  • process-logsheet now supports partial OCR provider configuration (at least one of Google/Amazon/Azure is required instead of all three).
  • process-logsheet now supports --alignment-config and --backside-alignment-config for deterministic non-interactive alignment.
  • process-logsheet now supports --store-csv to write CSV output.
  • select-rois now supports --headless for non-GUI ROI config generation.
  • Alignment internals now accept precomputed alignment points for non-interactive workflows.