Releases: OCR-D/core
Releases · OCR-D/core
v2.41.0
Fixed:
ocrd workspace list-installed
should not create spurious entries formoduledir
files, #940OcrdResourceManager.download
does not need to querysize
via HTTPContent-Length
in most cases, #924, #939make install
: Reinstall shapely to work around shapely/shapely#1598, #947
Changed:
ocrd workspace bulk-add
: Generate file_id consistent with conventions from filename if no--file-id
given, #943
v2.40.0
v2.39.0
Fixed:
ocrd resmgr download '*'
working again, #904, #908, #909- Resource manager respects
moduledir
correctly, #904 moduledir
now be able to handle namespace packages properly, #917- processing with
--overwrite
does not create duplicates any more, #861 - bashlib:
ocrd validate tasks
call now supports non-standard METS name, #925
Added:
- Processors have a
--dump-module-dir
to print their implementation-specific module directory to STDOUT, #904 ocrd workspace merge
: support--force
to overwrite mets:file with clashing IDs, #926
Changed:
ocrd_utils.make_file_id
: only fall back to output fileGrp + (page)ID instead of page counter, #861OcrdWorkspace.add_file
: when ID already exists, remove (with overwrite) or fail instead of reusing- Workspace.merge: delegate
force
to eachadd_file
v2.38.0
Fixed:
ocrd zip
: Properly respectOcrd-Mets
, #899ocrd workspace merge
: missing arguments, #896ocrd resmgr download
: Support dynamic discovery, #901
Added:
Removed:
ocrd zip
: remove support for obsoleteOcrd-Manifestation-Depth
, #902, OCR-D/spec#182
v2.37.0
v2.36.0
Fixed:
ocrd_utils.generate_range
:maxsplits
should be 1, not 2, #880- Typos in CHANGELOG, README and code comments, #890
Changed:
- Consistenly use snake_case but continue to support CamelCase for kwargs and CLI options, #874, #862
- Update to spec to 3.19.0, introducing greater flexibility in describing parameters, #872, #848, OCR-D/spec#206
ocrd workspace merge
: support mappingfile_id
andpage_id
in addition tofile_grp
, #886, #888ocrd workspace merge
: rebaseOcrdFile.url
to target workspace, #887, #888- Replace
resource_filename
et al from pkg_resources with faster alternatives, #881, #882
v2.35.0
Changed:
- OCRD-ZIP: Drop
Ocrd-Manifestation-Depth
and disallowfetch.txt
, OCR-D/spec#182 - Parameters can now be described with most JSON-Schema constructs, OCR-D/spec#206, #848
v2.34.0
v2.33.0
Fixed:
ocrd workspace remove-group
: Pass on--recursive
toremove_file_group
, #831, #832ocrd workspace bulk-add
: handle unset file_id properly, #812, #846io.BufferedReader
filename attribute should bename
notfilename
, #838, #839
Changed:
OcrdWorkspace.image_from_*
: support passing explicit AlternativeImage filename, #845
Removed: