Skip to content

Releases: OCR-D/core

v1.0.0b9

20 May 13:45
@kba kba
Compare
Choose a tag to compare

Changed:

  • export additional region types from generated code, #241

v1.0.0b7: Merge pull request #237 from OCR-D/beta7

24 Mar 17:34
@kba kba
dc317a2
Compare
Choose a tag to compare

Added:

  • ocrd workspace list-page to list all page IDs

Changed:

v1.0.0b6

19 Mar 15:30
@kba kba
Compare
Choose a tag to compare
v1.0.0b6 Pre-release
Pre-release

Fixed

  • ocrd workspace set-id case in argument error
  • fix DeprecationWarning for PyYAML 5.1+
  • use headless opencv

v1.0.0b1

27 Feb 10:18
@kba kba
Compare
Choose a tag to compare
v1.0.0b1 Pre-release
Pre-release

First beta of 1.0.0

Changed:

  • 🔥 Drop Python2 support
  • 🔥 Refactored project into 5 modules with little dependencies each
  • Implement 3.2.0 of the spec

Removed:

  • 🔥 Move factory methods from OcrdPage and OcrdExif to new module ocrd.model_factory
  • Factor out XML constants to ocrd.constants.xml
  • 🔥 BaseProcessor.add_output_file removed

v0.15.0

20 Dec 15:03
@kba kba
Compare
Choose a tag to compare

Added:

  • PageValidator: Check consistency of PAGE according to spec 3.1.0, #223

Changed:

  • 🔥 Change validators to use a single static validate method where applicable, #224

v0.14.0

13 Dec 15:36
@kba kba
Compare
Choose a tag to compare

Changed:

  • 🔥 Use mets:structMap[@type="PHYSICAL"] instead of GROUPID to group by page, #221, #222, OCR-D/spec#81
  • 🔥 Rename group_id -> page_id, throughout, OCR-D/spec#101
  • 🔥 CLI: Rename --group-id -> --page-id (-g)

v0.13.3

05 Dec 11:17
@kba kba
Compare
Choose a tag to compare

Fixed:

  • ocrd workspace clone fixed to have the pre-0.13.1 behavior
  • Missing metsHdr made adding agents fail, #218

v0.13.2

29 Nov 15:43
@kba kba
Compare
Choose a tag to compare

Changed:

  • various fixes to workspace and OCRD-ZIP validation, #217

v0.13.1

26 Nov 17:47
@kba kba
Compare
Choose a tag to compare

Fixed:

  • Relative files in workspace were resolved to target, not source dir of METS, #215

v0.13.0

23 Nov 14:48
@kba kba
Compare
Choose a tag to compare

Changed:

  • Adapt bagit profile to spec v2.6.2: allow fetch.txt
  • Adapt bagit profile to spec v2.6.3: Tag-Files-Allowed

Removed:

  • Code related to generating Open API / Swagger definitions, #210