Releases: OCR-D/page-to-alto
Releases · OCR-D/page-to-alto
v1.4.1
Fixed:
- Dockerfile un-broken after switch to src-layout
v1.4.0
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
v1.3.0
Added:
- support for
alto:processingDateTime
mapped from pc:Created
or pc:LastChange
, #36, #37
v1.2.0
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
v1.1.0
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
v1.0.1
Fixed:
- forgot to update setup.py