Versioned according to Semantic Versioning.
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
withpyproject.toml
, #42
1.3.0 - 2024-01-11
Added:
- support for
alto:processingDateTime
mapped frompc:Created
orpc:LastChange
, #36, #37
1.2.0 - 2022-09-13
Changed:
--textequiv-fallback-strategy
: default tofirst
, notlast
, #32--textequiv-index
now properly respected, #31, #32
Added:
--textline-order
option to allow iteratingpc: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
afteralto:*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