Skip to content

v1.0.4

Compare
Choose a tag to compare
@mikegerber mikegerber released this 15 Sep 16:35
· 90 commits to master since this release
  • 🚨 Breaking change: There is no checkpoint parameter anymore, it was replaced with the new parameter checkpoint_dir (@bertsky, #70)
    • e.g. -P checkpoint "/var/lib/calamari-models/GT4HistOCR/2019-12-11T11_10+0100/*.ckpt.json" becomes -P checkpoint_dir "/var/lib/calamari-models/GT4HistOCR/2019-12-11T11_10+0100/"
  • Descend to all available TextRegions recursively (@bertsky, #75)
  • This release is now tested on Python 3.6 → 3.10 (@mikegerber)