Releases: OCR-D/core
Releases · OCR-D/core
v2.47.1
v2.47.0
Fixed:
ocrd resmgr
: handle namespaces packages gracefully for Python<=
3.6, #917, #985ocrd resmgr
: guess media type withfiletype.py
in addition toMIME_TO_EXT
, #991OcrdMets
: Insertmets:agent
in a schema-compliant way, #976, #977ocrd_cli_wrap_processor
: remove unnecessary ocrd_tool kwarg, #998, #999- Docker base image builds again, except CUDA, #986
Added:
Changed:
- Use the new
importlib.resources.files
API, #995, #996 ocrd resmgr
: resources forocrd_anybaseocr
removed from central list, provided by the project, #989, OCR-D/ocrd_anybaseocr#100
v2.46.0
Changed:
WorkspaceValidator
: anOcrdFile
without a pageId is not an error, but a document-wide file, #485, #979WorkspaceBackupManager
: add snapshot on init if enabled, #981- 🔥 end-of-life for python 3.6, test from 3.7 to 3.11, #956
- 🔥 update base image to Ubuntu 20.04, #956
Fixed:
bashlib
: Handle empty list of input files, #978OcrdMets.find_files
: don't override the@LOCTYPE
of file candidates, #980ocrd resmgr
: replace libmagic with simple lookup by suffix, #982, #984
Added:
v2.45.1
v2.45.0
v2.44.0
v2.43.0
v2.42.1
v2.42.0
Fixed:
Added:
- Optional caching of access to METS, configured via environment variable
OCRD_METS_CACHING
, #875 - CPU and memory profiling , configured via environment variable
OCRD_PROFILE
andOCRD_PROFILE_FILE
, #678
Changed:
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