Skip to content

v0.1.0

Choose a tag to compare

@xtrojak xtrojak released this 08 Apr 12:25
· 88 commits to main since this release
8ba7a96

[0.1.0] - 2026-04-08

  • Packaged project for PyPI with pyproject.toml, src/ layout, and formhtr console entry point.
  • Introduced a unified CLI with subcommands:
    • process-logsheet
    • manual-align
    • select-rois
    • annotate-rois
    • doctor
  • Added API modules under formhtr to support both CLI and programmatic usage.
  • Added runtime system dependency checks for qpdf and zbar, with platform-specific install hints.
  • Updated README with installation guidance, system requirements, and a quickstart example.