Skip to content

Latest commit

 

History

History
235 lines (146 loc) · 6.13 KB

CHANGELOG.md

File metadata and controls

235 lines (146 loc) · 6.13 KB

Change Log

Versioned according to Semantic Versioning.

Unreleased

[0.11.2] - 2024-10-16

Changed:

[0.11.1] - 2024-07-17

Fixed:

  • Fixed Docker build, no functional changes from v0.11.0

[0.11.0] - 2024-07-17

Changed:

  • Update ocr-fileformat:
    • Add transformation from hOCR to TEI and update transformation matrix by @stweil in #170
    • update textract2page to include slub/textract2page#13 by @kba in #171
    • update vendor/page-to-alto v1.2.0 -> v1.3.0 by @kba in #172
    • Update Dockerfile, fix #173 by @kba in #174
    • update textract2page by @bertsky in #177
    • update textract2page (for valid @conf ranges) by @bertsky in #180
    • update textract2page (v 0.2 - full LAYOUT etc.) by @bertsky in #186

0.10.0 - 2024-01-11

Changed:

0.9.1 - 2023-10-20

Fixed:

  • require OCR-D/core >= 2.58.1, #49

0.9.0 - 2023-10-20

Added:

  • Support for --mets-server-url, #48

Fixed:

0.8.0 - 2023-10-13

Changed:

  • Update ocr-fileformat:
    • Fix broken conversions from hOCR to ALTO
    • update textract2page, hOCR-to-ALTO and alto-schema
    • add PRImA converter for GCV→ALTO
    • add ALTO 4.2 → 2.1

0.7.0 - 2023-03-16

Changed:

  • Update ocr-fileformat:
    • Support for conversion from Amazon Textract
    • weight/height parameters for Google Cloud Vision converter

0.6.2 - 2023-03-16

Fixed:

  • make deps should not update ocrd, #43, #44

0.6.1 - 2022-11-10

Fixed:

  • re-use METS basename for output, #40, #41

0.6.0 - 2022-11-08

Changed:

0.5.0 - 2022-04-06

Fixed:

  • Allow all transforms currently supported by ocr-fileformat to from-to
  • Speed up main loop, and run (mildly) parallel

0.4.1 - 2022-03-30

Fixed:

  • Do not fail for unset variables like COLORTERM, #37, #38

0.4.0 - 2022-01-26

Changed:

0.3.0 - 2021-08-16

Changed:

0.2.1 - 2021-02-16

Changed:

0.2.0 - 2021-02-02

Changed:

[0.1.2] - 2020-12-18

Fixed:

  • Log transformation errors, #23

0.1.1 - 2020-10-22

Fixed:

  • Properly handle --overwrite, #16, #20

0.1.0 - 2020-09-22

Changed:

  • correct extension is derived from media type by default, #19

0.0.7 - 2020-09-21

Changed:

  • ocr-fileformat -> 0.4.0 with enhancements to PAGEConverter, #18

0.0.6 - 2020-09-08

Fixed:

  • Upgrade ocr-fileformat

0.0.5 - 2020-09-07

Fixed:

  • errors in transformation will be logged but no files are added, #10, #13

0.0.4 - 2020-07-15

Fixed:

  • Support --page-id CLI option, #9
  • Require ocrd >= 2.11.0
  • Logging with ocrd log not ocrd__log

0.0.3 - 2020-06-14

Fixed:

  • $script_args passed correctly now, #4
  • Require ocrd >= 2.10.2

0.0.2 - 2020-06-13

Fixed:

0.0.1 - 2020-06-03

Fixed:

  • Pass on script-args to ocr-transform, fix #4
  • Improved README, ht, #6
  • ocrd-tool: add steps and categories