Docspell v0.9.0 Release Notes

Release Date: 2020-08-01 // over 3 years ago
  • Aug 1st, 2020

    • ๐Ÿ†• New feature: folders. Users can create folders and put items into them. Folders can have members (users of the collective) and search results are restricted to items that are in no folder or in a folder where current user is a member. (see #21)
    • Folders can be given to the upload request.
    • โž• Add ocrmypdf utility to convert pdf->pdf with ocr-ed text layer.
    • Extract PDF metadata and use the keywords to search for tags and apply them to the item during processing. (See #175)
    • ๐Ÿ›  Fix duplicate results when doing fulltext only searches
    • ๐Ÿ’ป Several small bug fixes and improvements in the UI
      • Fix position of datepicker (see #186)
      • Fix race condition when updating calendar-event field
      • Sort tags by count in collective-insights view
      • Simplify search bar
    • ๐Ÿ†• New website

    ๐Ÿ”ง Configuration Changes

    • ๐Ÿ”ง Joex: add a section docspell.joex.convert.ocrmypdf for configuring the ocrmypdf tool.
    • 0๏ธโƒฃ Joex: change default value of โ€ฆ.extraction.pdf.min-text-len from 10 to 500.

    REST Api Changes

    • โž• Add /sec/folder/* routes for managing folders.
    • โž• Add /sec/item/{id}/folder for updating an item folder.
    • ๐Ÿ”„ Change ItemSearch structure to be able to search for items in a specific folder.
    • ๐Ÿ”„ Change ItemDetail and ItemLight structure, adding the item folder
    • ๐Ÿ”„ Change ItemUploadMeta structure, adding a folder id field.
    • ๐Ÿ”„ Change Source structure, adding a folder id field.
    • ๐Ÿ”„ Change User structure, adding the user id