Skip to content

v2023-06-28

Compare
Choose a tag to compare
@bertsky bertsky released this 28 Jun 10:10
· 173 commits to master since this release

Unreleased

v2023-06-28

Changed:

  • Bash prompt excludes user name undefined in docker container, #376, #366
  • Docker: ocrd-all-tool.json is built during container build, #379
  • Docker: XDG_CONFIG_HOME is set to XDG_DATA_HOME/ocrd-resources, so resources.yml is in usually-mounted location, #377, #252
  • Docker: /data is world-writeable now, so log files can be written there, #377, #252

core 6708624..552cfcd

Release: v2.52.0

  • Dockerfile: install wheel before make install
  • 📦 v2.52.0
  • 📝 changelog
  • ci: debug macos
  • Makefile: PIP_INSTALL from environment via ?=
  • ci: try fixing macos
  • Merge branch 'master' into improve-packaging
  • Makefile: trailing whitespace
  • update gitignore
  • add ocrd.processor.builtin.dummy pkg (needed for resource discovery)
  • add requirements.txt to manifest (so it's available at build time)
  • make pypi: use build module instead of setuptools CLI
  • make uninstall: run in reverse BUILD_ORDER
  • make install: run conjunctively in BUILD_ORDER

ocrd_calamari 3a029ca..ed7a926

Release: v1.0.6

  • v1.0.6
  • 🐛 Fix installation by keeping protobuf < 4.0

ocrd_cis a0ea0a2..43a356a

Release: v0.1.5

  • postcorrect: improve/update OCR-D wrapper…
  • ocropy-train: improve/update OCR-D wrapper…
  • ocrd-tool: rm old ocrd-cis-ocropy-rec (gone in 9e20991)
    Merge branch 'kba:typo' #91 into fix-alpha-shape
    Merge branch 'kba:double-page-max-size' #96 into fix-alpha-shape
    Merge branch 'kba:resolve-resources' #83 into fix-alpha-shape

ocrd_detectron2 04bf4c6..5f8bdcb

Release: v0.1.7

  • update model URLs to GH release archive
  • requirements.txt: avoid pkg names in comments
  • requirements.txt: add pycocotools as explicit dependency
  • require wheel (since pip does not pull it anymore)
  • deps: no build isolation so Detectron2 compilation can use Torch
  • Docker: add badges and basic description
  • Docker username: vars, not env
  • Docker: use underscore in tagname, alright
  • add Dockerfile and GH Action to publish at Dockerhub and GHCR

ocrd_kraken b13dd8a..1e71324

Release: v0.3.0

  • recognize: ignore 'one_channel_mode' unless model has 1 input channel
  • segment/recognize: warn if no GPU available

ocrd_repair_inconsistencies c898d6c..cf879c1

  • Merge pull request #13 from stweil/master

opencv-python 474a1cc..b534ea2

Release: 72

  • Merge pull request #853 from asmorkalov/as/add_pyi_to_package

sbb_binarization 010ec99..f3c6ac8

Release: v0.1.0

  • Update test.yml

tesseract 1569e50..bb8803a

Release: 5.3.1

  • Update .mailmap
  • Create config.yml
  • Remove old broken GitHub action vcpkg-4.1.1 (fixes issue #4078)
  • cmake: check if leptonica was build with tiff support
  • cmake: provide info about disabled LibArchive and CURL
  • cmake: allow to disable tiff (-DDISABLE_TIFF=ON)
  • Merge pull request #4073 from stweil/osd
  • Merge pull request #4071 from stweil/clean
  • Merge pull request #4066 from stweil/lstmtraining
  • Merge pull request #4068 from stweil/sprintf
  • Remove unused code in function fix_rep_char
  • Merge pull request #4067 from stweil/misc
  • Support for Sgaw and W Pwo Karen languages in the Myanmar validator. (#4065)
  • issue-bug.yml: Windows versions 7, 8, 8.1 are not supported anymore
  • snap: Update from leptonica 1.74.2 to latest 1.83.1
  • fix: Fix snap package building
  • Create new release 5.3.1
  • Remove whitespace at line endings
  • Fix issue #4010 (#4041)
  • cmake: add missing HAVE_NEON to config_auto.h
  • Merge branch 'main' of https://github.com/tesseract-ocr/tesseract
  • cmake: adjust build to autotool settings
  • Merge branch 'main' of https://github.com/tesseract-ocr/tesseract
  • cmake: improve NEON build

tesserocr e184c62..3c9519b

Release: v2.6.0

  • add github-workflow building wheels