Fixed:
- Work around issues with git's new
safe.directory
setting interfering withsudo git
, #321, #323, #324
Changed:
- Disable
cor-asv-ann
andocrd_keraslm
which require old tensorflow-gpu unless it is available, #325 - Dockerfile: use
$VIRTUAL_ENV
instead of hard-coded paths or$PREFIX
Added:
- Start building on Ubuntu 22.04 in addition to 20.04 and 18.04, #318
core ecdb840..60697e4
Release: v2.35.0
- 📦 v2.35.0
- 📝 changelog
- update bagit-profile and ocrd_tool.schema.yml from spec
- update spec
- 📦 v2.34.0
- 📝 changelog
- Merge remote-tracking branch 'bertsky/patch-12'
- 📝 changelog
- Merge branch 'resmgr-do-not-parse-dates'
- 📝 changelog
- Merge branch 'ocrd-log-stdin'
- 📝 changelog
- cleanup
- change tests according to previous commit
- change return type to list of tuples
- remove printing error message
- remove single newline from last commit
- resource_manager list_available: fix #854
- test_ocrd_mets: test new pageId regex
- Merge branch 'add-pageid-regex' of https://github.com/bertsky/core into add-pageid-regex
- 📝 changelog
- Merge branch 'add-pageid-regex'
- 📝 changelog
- adapt safe_filename without dots
- safe_filename: allow underscore, avoid dot
- Merge pull request #849 from tdoan2010/master
ocrd_detectron2 855fc3b..833319a
Release: v0.1.1
- table mode: relax image requirements
- fix typo
- add param operation_level, add level table
ocrd_keraslm 2101c8f..787341d
Release: v0.4.1
- Update test-python3 to large resource class in config.yml
ocrd_olena fce9933..dbef534
Release: v1.3.0
- 📦 v1.3.0
- install libtool in Docker
- Merge branch 'circleci-update-resource-class' into fix-default-winsize
- re-use METS basename for output
- use bulk-add for METS results
- use 1/6th DPI for non-Sauvola win-size default
ocrd_segment e9acc81..309b7f9
Release: v0.1.21
- forgot src file
- new processor replace-text
- repair/project: fix MST bridge polygons
- repair/project: use minimum spanning tree for shortest path search when joining polygons
- 📦 0.1.21
- Merge remote-tracking branch 'bertsky/extract-regions-coco'
- repair/project: join polygons directly instead of alphashape
- fixed parameter in save_image_file(), updated classes-parameter to type array
- Update ocrd_segment/ocrd-tool.json
- Update ocrd_segment/extract_regions.py
- added classes parameter to extract-region-processor; enables extraction of specific regions e.g. TableRegion
- tool.json: restrict numerical ranges
- extract-lines: reduce default min-* values
opencv-python 5de8d66..f2f924c
Release: 64
- Merge pull request #666 from asenyaev/asen/update_all_dependencies
workflow-configuration e50dee4..bb2a4e2
- ocrd-import: fix mkdir context
- ocrd-import: avoid . in IDs
- ocrd-import: ensure grayscale after PDF import
- ocrd-import: forgot to set errexit in subshell too