Skip to content

Releases: OCR-D/ocrd_calamari

v2.1.0

07 May 10:52
@kba kba
Compare
Choose a tag to compare

Changed:

  • make docker: Overrideable $(DOCKER) command and base on latest OCR-D/core, #124

v2.0.1

03 Apr 10:22
@kba kba
Compare
Choose a tag to compare

Fixed:

  • make docker: Remove duplicate DOCKER_BASE_IMAGE assignment, #123

v2.0.0

31 Mar 14:14
@kba kba
Compare
Choose a tag to compare

Changed:

  • 🔥 Upgrade calamari API to v2, #118
  • 🔥 Upgrade OCR-D API to v3, #118
  • 🔥 Switch license from Apache 2.0 to GPLv3 for compatibility with Planet-AI-GmbH/tfaip#12, #118
  • Dockerfile: Pre-package ocrd-all-tool.json and update metadata, #118
  • CI: Use smaller calamari2-compatible model, #118
  • ocrd-tool.json: param checkpoint_dir obligatory now, #118
  • ocrd-tool.json: update and extend recognition model resources, including versioning metadata, #118
  • Processor API: Use background pipeline to efficiently batch processing tasks, #118
  • Tests: Test with all configurations of OCR-D/core's METS caching/page-parallel processing, #118

Removed:

  • obsolete fix-calamari1-models script, #118

v1.0.6

03 Apr 15:46
Compare
Choose a tag to compare
  • Fix: Depend on protobuf < 4.0 (@mikegerber, #89)
  • Tested on Python 3.6-3.10

v1.0.5

16 Sep 14:59
Compare
Choose a tag to compare
  • README: Do not mention obsolete + unsupported checkpoint parameter (@mikegerber, #80)
  • Skip tiny or bin-empty lines (@bertsky, #76)

v1.0.4

15 Sep 16:35
Compare
Choose a tag to compare
  • 🚨 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)

v1.0.3

21 Jul 09:58
Compare
Choose a tag to compare
  • Fix TensorFlow dependency for Python 3.9
  • init from constructor not process() (@bertsky)

v1.0.2

09 Feb 19:06
Compare
Choose a tag to compare
  • Warn if passing raw images to single-channel models (@bertsky)
  • Fix word and glyph coordinates (@mikegerber)

v1.0.1

28 Jan 14:48
Compare
Choose a tag to compare
  • ocrd_calamari now supports OCR-D resource resolving, i.e. search paths for models (@kba)
  • New parameter checkpoint_dir, to give model directory (not model files) (@kba)
  • Bug fix: handle empty line images #48 (@kba)

v1.0.0

25 Nov 11:59
Compare
Choose a tag to compare