Releases: OCR-D/core
Releases · OCR-D/core
v3.5.1
v3.5.0
Added:
- Extended syntax for filtering pages with
--page-id
andOcrdMets.find_files
, #1328, #1328- negation operator
~
, e.g.~PHYS_0001..PHYS_0004
to not match the first 4 pages - filtering by attributes of
mets:div
for both physical (prefixphysical:
) andlogical
(prefixlogical:
) elements, e.g.~logical:type:binding
to skip all pages that are book bindings
- negation operator
v3.4.1
Fixed:
OCRD_MISSING_INPUT
config variable only checked existence ofmets:file
not the actual file on disk even when set toABORT
, #1330- Fix processor CLI subcommand
worker|server
broken due to changedEnum
handling in click 8.2, #1331 - Typo: proper log message if media type could not be determined, #1330, bertsky/workflow-configuration#35
Processor.zip_input_files
: always sort pages in physical order, #1330
v3.4.0
Added:
make test-cuda-{torch,tf2,tf1}
: ensure CUDA is available and shapely#1598 does not trigger, #1326ocrd ocrd-tool dump-module-dirs
to dumpmoduledir
of every tool in anocrd-tool.json
, #1326
Fixed:
ocrd workspace find --undo-download
: Unsetlocal_filename
only after unlinking, #1324, #1325- METS Server: do not convert
None
to the string"None"
, #1324, #1325
Changed:
- Ensure logging files and directories are writeable for non-root users, #1214
v3.3.2
v3.3.1
v3.3.0
v3.2.0
Fixed:
make deps-tf1
: typo escaping dollar sign, #1314- Fix and update
WorkspaceValidator
, #1316:- we did not update to the
.url
vs.local_filename
change yet - the METS
fileGrp
names check is obsolete - the
@imageFilename
check was disabled accidentally - it did not cover
AlternativeImage/@filename
- we did not check for
AlternativeImage/@comments
either - the validator crashed during
dimension
check, becauseimage_from_page
depends on all other checks succeeding – I switched to_resolve_image_pil
instead - we did not have a check for the
URL
vs.OTHER
FLocat
s
- we did not update to the
ocrd resmgr
: do not recurse into subdirectories when looking for resources in their resp. locations, OCR-D/spec#263, #1315ocrd resmgr
: correctly handle filtering of resources via media type, #1315
Changed:
- Update OCR-D/spec to v3.27.0, including OCR-D/spec#263