Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

72 lines (43 loc) · 1.61 KB

Change Log

Versioned according to Semantic Versioning.

Unreleased

1.4.1 - 2024-10-10

Fixed:

  • Dockerfile un-broken after switch to src-layout

1.4.0 - 2024-10-10

Added:

  • OCR-D processor ocrd-page2alto-transform as a faster way for PAGE-ALTO conversion than ocrd_fileformat, #42
  • Dockerfile and make docker command, #41

Changed:

  • Converted codebase to src-layout and replace setup.py with pyproject.toml, #42

1.3.0 - 2024-01-11

Added:

  • support for alto:processingDateTime mapped from pc:Created or pc:LastChange, #36, #37

1.2.0 - 2022-09-13

Changed:

  • --textequiv-fallback-strategy: default to first, not last, #32
  • --textequiv-index now properly respected, #31, #32

Added:

  • --textline-order option to allow iterating pc:TextLine in document or @index order, #2, #29

1.1.0 - 2022-02-01

Added:

  • Add ¬ as a potential hyphenation character, #24
  • Add "­" (soft hyphen) as a potential hyphenation character, #26
  • Optionally output ALTO according to pc:ReadingOrder, #27

Fixed:

  • Create alto:Printspace after alto:*Margin, #22, #23
  • Properly handle all cases for print space, border and margin, #28

1.0.1 - 2021-11-09

Fixed:

  • forgot to update setup.py

1.0.0 - 2021-11-09

Initial release