- 🚨 **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)