Skip to content

v1.4.0

Compare
Choose a tag to compare
@DavidMStraub DavidMStraub released this 11 Nov 13:56
· 84 commits to master since this release

New feature: text recognition (OCR)

The main new feature in this release is the addition of an endpoint for text recognition (OCR) from media files using Tesseract (via pytesseract)!

To use the feature, tesseract needs to be installed; it is already installed in the latest version of the default docker image. The endpoint, /api/media/{handle}/ocr, is documented in the API specification.

Other improvements

  • The e-mail confirmation token (for a newly registered user to confirm their e-mail address) no longer expires, see #448
  • The Docker base image has been updated from Debian 10 to Debian 12
  • The Docker base image has been updated from Gramps 5.1.5 to Gramps 5.1.6

Bug fixes

  • A missing translation was added (#452)