Releases: OCR-D/spec
Releases · OCR-D/spec
v3.9.0
v3.8.0
Added:
- Parameter JSON files may contain
#
-prefixed comments, #161 - Processor resources, encompassing bundled/user-provided parameter JSON files and file parameter values like models, #158, #162
- Mechanism for resolving file parameter values to actual filenames, #163
- CLI:
-P/--parameter-override
to override single key-value pairs of parameter JSON, #166
Changed:
mets:file
representingpage:AlternativeImage
should not be added to separatemets:fileGrp
but rather to the PAGE-XML whence they originate, #164- Recommendation how file IDs should be derived from existing
mets:file
, #164 - CLI:
-p/--parameter
option repeatable, results are merged right to left, #161 - METS: Simplify the convention for
mets:file/@ID
for derived images, #164 mets:fileGrp
for prerprocessing steps should use the qualifierPRE
instead ofIMG
, #164
Removed:
- Recommendations on
fileGrp/@USE
for images, #164
v3.7.0
v3.6.0
v3.5.0: Merge pull request #149 from kba/update-urls
Changed:
- CLI: clarify requirements on processors, ht @bertsky, #148
- Use
region
instead ofblock
for areas on the page, #135 - PAGE:
imageFilename
must NOT be a URL but a relative filename, #140 - Updated URLs to point to https://ocr-d.de instead of https://ocr-d.github.io, #149
Added:
v3.4.2
v3.4.1
v3.4.0
v3.3.0
Added:
- Draft spec for logging
- Draft spec for provenance
Changed:
- ocrd-tool: Additional additional category
layout/segmentation/text-image
- ocrd-tool: Remove syntactical restriction for content-type
- ocrd-tool:
output_file_grp
no longer required - CLI:
--mets
and--working-dir
are optional not required - CLI:
--output-file-grp
is optional, OCR-D/core#296