Releases: OCR-D/core
Releases · OCR-D/core
v2.63.2
v2.63.1
v2.63.0
Fixed:
- Reduce logging level of spammy log statements to
DEBUG
in workspace, #1181 - Clean up lxml code, #1188
Changed:
- 🔥
OcrdFile.local_filename
returns/acceptsstr
after unpopular change toPath
from #1079, #1182, #1167 WorkspaceValidator
: more efficiency by doing all page checks in the same loop, #1071
Added:
v2.62.0
v2.61.2
v2.61.1
v2.61.0
Changed:
- 🔥 simplify the project layout and distribution policy, #1166
- In the future there will be only one distribution
ocrd
- The previous separate distributions of the
ocrd_utils
,ocrd_models
,ocrd_modelfactory
,ocrd_validators
andocrd_network
are all part ofocrd
now - Nothing needs to be changed in code using OCR-D/core, the package structure and API is the same as before
- Until the next major release, we will continue to provide distributions for
ocrd_utils
etc. that contain the same code asocrd
- Using
ocrd_utils
etc. as distributions inrequirements.txt
orinstall_requires
is now deprecated - Once we release v3.0.0, these distributions will be depublished
- In the future there will be only one distribution